org.apache.derby.iapi.services.classfile
Class AttributeEntry

java.lang.Object
  extended by org.apache.derby.iapi.services.classfile.AttributeEntry

 class AttributeEntry
extends java.lang.Object


Field Summary
private  int attribute_name_index
           
(package private)  byte[] infoIn
           
private  ClassFormatOutput infoOut
           
 
Constructor Summary
AttributeEntry(ClassInput in)
           
AttributeEntry(int name_index, ClassFormatOutput info)
           
 
Method Summary
(package private)  int classFileSize()
          This is exact.
(package private)  int getNameIndex()
           
(package private)  void put(ClassFormatOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute_name_index

private int attribute_name_index

infoOut

private ClassFormatOutput infoOut

infoIn

byte[] infoIn
Constructor Detail

AttributeEntry

AttributeEntry(int name_index,
               ClassFormatOutput info)

AttributeEntry

AttributeEntry(ClassInput in)
         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getNameIndex

int getNameIndex()

put

void put(ClassFormatOutput out)
   throws java.io.IOException
Throws:
java.io.IOException

classFileSize

int classFileSize()
This is exact.


Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.