Uses of Class
org.jboss.jandex.PackedDataInputStream
Packages that use PackedDataInputStream
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of PackedDataInputStream in org.jboss.jandex
Fields in org.jboss.jandex declared as PackedDataInputStreamModifier and TypeFieldDescriptionprivate PackedDataInputStreamIndexReader.inputprivate final PackedDataInputStreamIndexReaderV1.inputprivate final PackedDataInputStreamIndexReaderV2.inputMethods in org.jboss.jandex with parameters of type PackedDataInputStreamModifier and TypeMethodDescriptionprivate AnnotationInstanceIndexReaderV2.readAnnotationEntry(PackedDataInputStream stream, AnnotationTarget caller) private voidIndexReaderV1.readAnnotations(PackedDataInputStream stream, Map<DotName, List<AnnotationInstance>> annotations, ClassInfo clazz) private AnnotationInstance[]IndexReaderV2.readAnnotations(PackedDataInputStream stream, AnnotationTarget target) private AnnotationTargetIndexReaderV2.readAnnotationTarget(PackedDataInputStream stream, AnnotationTarget caller) private AnnotationValueIndexReaderV2.readAnnotationValue(PackedDataInputStream stream) private AnnotationValue[]IndexReaderV1.readAnnotationValues(PackedDataInputStream stream) private AnnotationValue[]IndexReaderV2.readAnnotationValues(PackedDataInputStream stream) private voidIndexReaderV2.readByteTable(PackedDataInputStream stream) private ClassInfoIndexReaderV2.readClassEntry(PackedDataInputStream stream, Map<DotName, List<AnnotationInstance>> masterAnnotations) private IndexIndexReaderV1.readClasses(PackedDataInputStream stream) private IndexIndexReaderV2.readClasses(PackedDataInputStream stream, int annotationsSize, int implementorsSize, int subinterfacesSize, int subclassesSize) 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 voidIndexReaderV1.readClassTable(PackedDataInputStream stream) IndexReaderV2.readDotNames(PackedDataInputStream stream) private ClassInfo.EnclosingMethodInfoIndexReaderV2.readEnclosingMethod(PackedDataInputStream stream) private FieldInternalIndexReaderV2.readFieldEntry(PackedDataInputStream stream) private voidIndexReaderV2.readFieldTable(PackedDataInputStream stream) private MethodInfoIndexReaderV1.readMethod(ClassInfo clazz, PackedDataInputStream stream) private MethodInternalIndexReaderV2.readMethodEntry(PackedDataInputStream stream) private voidIndexReaderV2.readMethodTable(PackedDataInputStream stream) private ModuleInfoIndexReaderV2.readModuleEntry(PackedDataInputStream stream, ClassInfo moduleInfoClass) private Map<DotName, ModuleInfo> IndexReaderV2.readModules(PackedDataInputStream stream, Map<DotName, List<AnnotationInstance>> masterAnnotations) private voidIndexReaderV2.readNameTable(PackedDataInputStream stream) private RecordComponentInternalIndexReaderV2.readRecordComponentEntry(PackedDataInputStream stream) private voidIndexReaderV2.readRecordComponentTable(PackedDataInputStream stream) private voidIndexReaderV1.readStringTable(PackedDataInputStream stream) private voidIndexReaderV2.readStringTable(PackedDataInputStream stream) private TypeIndexReaderV1.readType(PackedDataInputStream stream) private TypeIndexReaderV2.readTypeEntry(PackedDataInputStream stream, Map<TypeVariableReference, Integer> references) private Type[]IndexReaderV2.readTypeListEntry(PackedDataInputStream stream) private Type[]IndexReaderV2.readTypeListReference(PackedDataInputStream stream) private voidIndexReaderV2.readTypeListTable(PackedDataInputStream stream) private voidIndexReaderV2.readTypeTable(PackedDataInputStream stream) private voidIndexReaderV2.readUsers(PackedDataInputStream stream, int usersSize) Constructors in org.jboss.jandex with parameters of type PackedDataInputStreamModifierConstructorDescription(package private)IndexReaderV1(PackedDataInputStream input, int version) Constructs a new IndedReader using the passed stream.(package private)IndexReaderV2(PackedDataInputStream input, int version)