|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeFactory | |
---|---|
org.cojen.classfile | |
org.cojen.classfile.attribute |
Uses of AttributeFactory in org.cojen.classfile |
---|
Methods in org.cojen.classfile with parameters of type AttributeFactory | |
---|---|
static Attribute |
Attribute.readFrom(ConstantPool cp,
DataInput din,
AttributeFactory attrFactory)
|
static ClassFile |
ClassFile.readFrom(DataInput din,
ClassFileDataLoader loader,
AttributeFactory attrFactory)
Reads a ClassFile from the given DataInput. |
static ClassFile |
ClassFile.readFrom(InputStream in,
ClassFileDataLoader loader,
AttributeFactory attrFactory)
Reads a ClassFile from the given InputStream. |
Uses of AttributeFactory in org.cojen.classfile.attribute |
---|
Constructors in org.cojen.classfile.attribute with parameters of type AttributeFactory | |
---|---|
CodeAttr(ConstantPool cp,
String name,
int length,
DataInput din,
AttributeFactory attrFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |