scale.jcr
Class OtherAttribute
java.lang.Object
   scale.jcr.AttributeInfo
scale.jcr.AttributeInfo
       scale.jcr.OtherAttribute
scale.jcr.OtherAttribute
- public class OtherAttribute 
- extends AttributeInfo
This class is used to both represent a Java class file other
 attributes structure and to read that class file other attributes
 structure.
 
 $Id: OtherAttribute.java,v 1.9 2007-10-04 19:58:16 burrill Exp $
 
 Copyright 2007 by the
 Scale Compiler Group,
 Department of Computer Science
 University of Massachusetts,
 Amherst MA. 01003, USA
 All Rights Reserved.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OtherAttribute
public OtherAttribute(int nameIndex,
                      byte[] info)
getInfo
public byte[] getInfo()
- 
 
read
public static OtherAttribute read(ClassFile cf,
                                  java.io.DataInputStream reader,
                                  int nameIndex)
                           throws java.io.IOException
- 
- Throws:
- java.io.IOException