jas
Class GenericAttr
java.lang.Object
jas.GenericAttr
public class GenericAttr
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
GenericAttr
public GenericAttr(String name,
byte[] data)
- Make up a new attribute
- Parameters:
data
- stream of bytes to be placed with the attribute- See Also:
ClassEnv.addGenericAttr(jas.GenericAttr)
,
CodeAttr.addGenericAttr(jas.GenericAttr)
GenericAttr
public GenericAttr(CP name,
byte[] data)
- Make up a new attribute
- Parameters:
name
- CP to be defined as the name of the attributedata
- stream of bytes to be placed with the attribute- See Also:
ClassEnv.addGenericAttr(jas.GenericAttr)
,
CodeAttr.addGenericAttr(jas.GenericAttr)
GenericAttr
public GenericAttr(String name,
String file)
throws IOException,
jasError
- Make up a new attribute
- Parameters:
name
- Name to be associated with the attributefile
- name of file with attribute contens
- Throws:
IOException
jasError
Copyright © 2006 Jonathan Meyer, USA All rights reserved.