Uses of Class
org.jboss.jandex.PackedDataInputStream
-
Uses of PackedDataInputStream in org.jboss.jandex
Fields in org.jboss.jandex declared as PackedDataInputStreamModifier and TypeFieldDescriptionprivate PackedDataInputStream
IndexReader.input
private PackedDataInputStream
IndexReaderV1.input
private PackedDataInputStream
IndexReaderV2.input
Methods in org.jboss.jandex with parameters of type PackedDataInputStreamModifier and TypeMethodDescriptionprivate AnnotationInstance
IndexReaderV2.readAnnotationEntry
(PackedDataInputStream stream, AnnotationTarget caller) private void
IndexReaderV1.readAnnotations
(PackedDataInputStream stream, Map<DotName, List<AnnotationInstance>> annotations, ClassInfo clazz) private AnnotationInstance[]
IndexReaderV2.readAnnotations
(PackedDataInputStream stream, AnnotationTarget target) private AnnotationTarget
IndexReaderV2.readAnnotationTarget
(PackedDataInputStream stream, AnnotationTarget caller) private AnnotationValue
IndexReaderV2.readAnnotationValue
(PackedDataInputStream stream) private AnnotationValue[]
IndexReaderV1.readAnnotationValues
(PackedDataInputStream stream) private AnnotationValue[]
IndexReaderV2.readAnnotationValues
(PackedDataInputStream stream) private void
IndexReaderV2.readByteTable
(PackedDataInputStream stream) private ClassInfo
IndexReaderV2.readClassEntry
(PackedDataInputStream stream, Map<DotName, List<AnnotationInstance>> masterAnnotations, int version) private Index
IndexReaderV1.readClasses
(PackedDataInputStream stream, int version) private Index
IndexReaderV2.readClasses
(PackedDataInputStream stream, int annotationsSize, int implementorsSize, int subclassesSize, int version) private FieldInternal[]
IndexReaderV2.readClassFields
(PackedDataInputStream stream, ClassInfo clazz) private MethodInternal[]
IndexReaderV2.readClassMethods
(PackedDataInputStream stream, ClassInfo clazz) private RecordComponentInternal[]
IndexReaderV2.readClassRecordComponents
(PackedDataInputStream stream, ClassInfo clazz) private void
IndexReaderV1.readClassTable
(PackedDataInputStream stream) IndexReaderV2.readDotNames
(PackedDataInputStream stream) private ClassInfo.EnclosingMethodInfo
IndexReaderV2.readEnclosingMethod
(PackedDataInputStream stream, int version) private FieldInternal
IndexReaderV2.readFieldEntry
(PackedDataInputStream stream) private void
IndexReaderV2.readFieldTable
(PackedDataInputStream stream) private MethodInfo
IndexReaderV1.readMethod
(ClassInfo clazz, PackedDataInputStream stream) private MethodInternal
IndexReaderV2.readMethodEntry
(PackedDataInputStream stream, int version) private void
IndexReaderV2.readMethodTable
(PackedDataInputStream stream, int version) private ModuleInfo
IndexReaderV2.readModuleEntry
(PackedDataInputStream stream, ClassInfo moduleInfoClass) private Map
<DotName, ModuleInfo> IndexReaderV2.readModules
(PackedDataInputStream stream, Map<DotName, List<AnnotationInstance>> masterAnnotations, int version) private void
IndexReaderV2.readNameTable
(PackedDataInputStream stream) private RecordComponentInternal
IndexReaderV2.readRecordComponentEntry
(PackedDataInputStream stream) private void
IndexReaderV2.readRecordComponentTable
(PackedDataInputStream stream) private void
IndexReaderV1.readStringTable
(PackedDataInputStream stream) private void
IndexReaderV2.readStringTable
(PackedDataInputStream stream) private Type
IndexReaderV1.readType
(PackedDataInputStream stream) private Type
IndexReaderV2.readTypeEntry
(PackedDataInputStream stream) private Type[]
IndexReaderV2.readTypeListEntry
(PackedDataInputStream stream) private Type[]
IndexReaderV2.readTypeListReference
(PackedDataInputStream stream) private void
IndexReaderV2.readTypeListTable
(PackedDataInputStream stream) private void
IndexReaderV2.readTypeTable
(PackedDataInputStream stream) private void
IndexReaderV2.readUsers
(PackedDataInputStream stream, int usersSize) Constructors in org.jboss.jandex with parameters of type PackedDataInputStreamModifierConstructorDescription(package private)
Constructs a new IndedReader using the passed stream.(package private)