Package aQute.bnd.classfile
Class SourceFileAttribute
- java.lang.Object
-
- aQute.bnd.classfile.SourceFileAttribute
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
java.lang.String
sourcefile
-
Constructor Summary
Constructors Constructor Description SourceFileAttribute(java.lang.String sourcefile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
attribute_length()
java.lang.String
name()
static SourceFileAttribute
read(java.io.DataInput in, ConstantPool constant_pool)
java.lang.String
toString()
void
write(java.io.DataOutput out, ConstantPool constant_pool)
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
sourcefile
public final java.lang.String sourcefile
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
read
public static SourceFileAttribute read(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
- Throws:
java.io.IOException
-
write
public void write(java.io.DataOutput out, ConstantPool constant_pool) throws java.io.IOException
-
attribute_length
public int attribute_length()
- Specified by:
attribute_length
in interfaceAttribute
-
-