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 TypeMethodDescriptionprivate static StringInputTypeLoader.getInternalNameFromClassFile(Buffer b) private booleanInputTypeLoader.tryLoadFile(File file, Buffer buffer) private booleanInputTypeLoader.tryLoadFile(String internalName, String typeNameOrPath, Buffer buffer, boolean trustName) private booleanInputTypeLoader.tryLoadFromKnownLocation(String internalName, Buffer buffer) booleanInputTypeLoader.tryLoadType(String typeNameOrPath, Buffer buffer) private booleanInputTypeLoader.tryLoadTypeFromName(String internalName, Buffer buffer) -
Uses of Buffer in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as BufferMethods 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) private static voidAnnotationReader.readParameters(AnnotationParameter[] parameters, IMetadataScope scope, Buffer input, boolean namedParameter) voidConstructors in com.strobel.assembler.ir with parameters of type Buffer -
Uses of Buffer in com.strobel.assembler.ir.attributes
Fields in com.strobel.assembler.ir.attributes declared as BufferMethods 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
Fields in com.strobel.assembler.metadata declared as BufferModifier and TypeFieldDescriptionprivate final BufferArrayTypeLoader._bufferprivate final BufferClassFileReader._bufferMethods 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 TypeMethodDescriptionprivate static StringArrayTypeLoader.getInternalNameFromClassFile(Buffer b) private static StringJarTypeLoader.getInternalNameFromClassFile(Buffer b) protected SourceAttributeClassFileReader.readAttributeCore(String name, Buffer buffer, int originalOffset, int length) Reads aSourceAttributefrom the specified buffer.private voidClassFileReader.readAttributesPhaseOne(Buffer buffer, SourceAttribute[] attributes) 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) Constructors in com.strobel.assembler.metadata with parameters of type BufferModifierConstructorDescriptionprivateClassFileReader(int options, IMetadataResolver resolver, int majorVersion, int minorVersion, Buffer buffer, ConstantPool constantPool, int accessFlags, ConstantPool.TypeInfoEntry thisClassEntry, ConstantPool.TypeInfoEntry baseClassEntry, ConstantPool.TypeInfoEntry[] interfaceEntries) -
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) private static AnnotationElementAnnotationReader.readElement(IMetadataScope scope, Buffer input) private static voidAnnotationReader.readParameters(AnnotationParameter[] parameters, IMetadataScope scope, Buffer input, boolean namedParameter)