Uses of Class
org.jboss.jandex.PackedDataOutputStream
Packages that use PackedDataOutputStream
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of PackedDataOutputStream in org.jboss.jandex
Methods in org.jboss.jandex with parameters of type PackedDataOutputStreamModifier and TypeMethodDescriptionprivate voidIndexWriterV2.writeAnnotation(PackedDataOutputStream stream, AnnotationInstance instance) private voidIndexWriterV2.writeAnnotations(PackedDataOutputStream stream, Collection<AnnotationInstance> annotations) private voidIndexWriterV2.writeAnnotations(PackedDataOutputStream stream, AnnotationInstance[] annotations) private voidIndexWriterV2.writeAnnotationTarget(PackedDataOutputStream stream, AnnotationTarget target) private voidIndexWriterV1.writeAnnotationValue(PackedDataOutputStream stream, AnnotationValue value) private voidIndexWriterV2.writeAnnotationValue(PackedDataOutputStream stream, AnnotationValue value) private voidIndexWriterV1.writeAnnotationValues(PackedDataOutputStream stream, Collection<AnnotationValue> values) private voidIndexWriterV2.writeAnnotationValues(PackedDataOutputStream stream, Collection<AnnotationValue> values) private voidIndexWriterV2.writeByteTable(PackedDataOutputStream stream) private voidIndexWriterV2.writeClassEntry(PackedDataOutputStream stream, ClassInfo clazz) private voidIndexWriterV1.writeClasses(PackedDataOutputStream stream, Index index) private voidIndexWriterV2.writeClasses(PackedDataOutputStream stream, Index index) private voidIndexWriterV1.writeClassTable(PackedDataOutputStream stream) private voidIndexWriterV2.writeDotNames(PackedDataOutputStream stream, List<DotName> names) private voidIndexWriterV2.writeFieldEntry(PackedDataOutputStream stream, FieldInternal field) private voidIndexWriterV2.writeFieldTable(PackedDataOutputStream stream) private voidIndexWriterV2.writeMethodEntry(PackedDataOutputStream stream, MethodInternal method) private voidIndexWriterV2.writeMethodTable(PackedDataOutputStream stream) private voidIndexWriterV2.writeModuleEntry(PackedDataOutputStream stream, ModuleInfo module) private voidIndexWriterV2.writeModules(PackedDataOutputStream stream, Index index) private voidIndexWriterV2.writeNameTable(PackedDataOutputStream stream) private voidIndexWriterV2.writeRecordComponentEntry(PackedDataOutputStream stream, RecordComponentInternal recordComponent) private voidIndexWriterV2.writeRecordComponentTable(PackedDataOutputStream stream) private voidIndexWriterV2.writeReference(PackedDataOutputStream stream, Type type, boolean nullable) private voidIndexWriterV2.writeReferenceOrFull(PackedDataOutputStream stream, AnnotationInstance annotation) private voidIndexWriterV2.writeReferenceOrFull(PackedDataOutputStream stream, Type[] types) private voidIndexWriterV1.writeStringTable(PackedDataOutputStream stream) private voidIndexWriterV2.writeStringTable(PackedDataOutputStream stream) private voidIndexWriterV1.writeType(PackedDataOutputStream stream, Type type) private voidIndexWriterV2.writeTypeEntry(PackedDataOutputStream stream, Type type) private voidIndexWriterV2.writeTypeListEntry(PackedDataOutputStream stream, Type[] types) private voidIndexWriterV2.writeTypeListTable(PackedDataOutputStream stream) private voidIndexWriterV2.writeTypeTable(PackedDataOutputStream stream) private voidIndexWriterV2.writeTypeTarget(PackedDataOutputStream stream, TypeTarget typeTarget) private voidIndexWriterV2.writeTypeTargetFields(PackedDataOutputStream stream, byte tag, TypeTarget target) private voidIndexWriterV2.writeUsersSet(PackedDataOutputStream stream, DotName user, ClassInfo[] uses) private voidIndexWriterV2.writeUsersTable(PackedDataOutputStream stream, Map<DotName, ClassInfo[]> users)