Uses of Class
com.strobel.assembler.metadata.Buffer
Packages that use Buffer
Package
Description
-
Uses of Buffer in com.strobel.assembler
Methods in com.strobel.assembler with parameters of type BufferModifier and TypeMethodDescriptionbooleanInputTypeLoader.tryLoadType(String typeNameOrPath, Buffer buffer) -
Uses of Buffer in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type BufferModifier and TypeMethodDescriptionprotected final SourceAttributeMetadataReader.inflateAttribute(Buffer buffer, SourceAttribute attribute) static CustomAnnotationAnnotationReader.read(IMetadataScope scope, Buffer input) static ConstantPoolMetadataReader.readAttribute(Buffer buffer) protected SourceAttributeMetadataReader.readAttributeCore(String name, Buffer buffer, int originalOffset, int length) Reads aSourceAttributefrom the specified buffer.voidMetadataReader.readAttributes(Buffer input, SourceAttribute[] attributes) static AnnotationElementAnnotationReader.readElement(IMetadataScope scope, Buffer input) void -
Uses of Buffer in com.strobel.assembler.ir.attributes
Methods in com.strobel.assembler.ir.attributes that return BufferMethods in com.strobel.assembler.ir.attributes with parameters of type BufferModifier and TypeMethodDescriptionstatic SourceAttributeSourceAttribute.readAttribute(IMetadataResolver resolver, IMetadataScope scope, Buffer buffer) static voidSourceAttribute.readAttributes(IMetadataResolver resolver, IMetadataScope scope, Buffer input, SourceAttribute[] attributes) Constructors in com.strobel.assembler.ir.attributes with parameters of type BufferModifierConstructorDescriptionCodeAttribute(int size, int maxStack, int maxLocals, int codeOffset, int codeSize, Buffer buffer, ExceptionTableEntry[] exceptionTableEntries, SourceAttribute[] attributes) -
Uses of Buffer in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return BufferModifier and TypeMethodDescriptionBuffer.putByteArray(byte[] b, int offset, int length) Buffer.writeByte(int b) Buffer.writeDouble(double d) Buffer.writeFloat(float f) Buffer.writeInt(int i) Buffer.writeLong(long l) Buffer.writeShort(int s) Methods in com.strobel.assembler.metadata with parameters of type BufferModifier and TypeMethodDescriptionprotected SourceAttributeClassFileReader.readAttributeCore(String name, Buffer buffer, int originalOffset, int length) Reads aSourceAttributefrom the specified buffer.static TypeDefinitionClassFileReader.readClass(int options, IMetadataResolver resolver, Buffer b) static TypeDefinitionClassFileReader.readClass(IMetadataResolver resolver, Buffer b) protected final ModuleDependencyClassFileReader.readModuleDependency(Buffer buffer) protected final PackageInfoClassFileReader.readPackageInfo(Buffer buffer) protected final ServiceInfoClassFileReader.readServiceInfo(Buffer buffer) booleanArrayTypeLoader.tryLoadType(String internalName, Buffer buffer) booleanClasspathTypeLoader.tryLoadType(String internalName, Buffer buffer) booleanCompositeTypeLoader.tryLoadType(String internalName, Buffer buffer) booleanITypeLoader.tryLoadType(String internalName, Buffer buffer) booleanJarTypeLoader.tryLoadType(String internalName, Buffer buffer) -
Uses of Buffer in com.strobel.assembler.metadata.annotations
Methods in com.strobel.assembler.metadata.annotations with parameters of type BufferModifier and TypeMethodDescriptionstatic CustomAnnotationAnnotationReader.read(IMetadataScope scope, Buffer input)