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

java.lang.Object
  extended byorg.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
(package private) AttributeEntry(ClassInput in)
           
(package private) 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
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 Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.