com.vladium.jcd.compiler
Interface IClassFormatOutput

All Known Subinterfaces:
IAttributeCollection, IConstantCollection, IDeclaredExceptionTable, IExceptionHandlerTable, IFieldCollection, IInterfaceCollection, IMethodCollection
All Known Implementing Classes:
Attribute_info, AttributeCollection, ClassDef, CONSTANT_info, ConstantCollection, DeclaredExceptionTable, Exception_info, ExceptionHandlerTable, FieldCollection, InnerClass_info, InterfaceCollection, LineNumber_info, MethodCollection

public interface IClassFormatOutput

Our class tables and nested table structures support this interface so that they could be serialized into binary format as per .class layout format.

Author:
(C) 2001, Vlad Roubtsov

Method Summary
 void writeInClassFormat(UDataOutputStream out)
           
 

Method Detail

writeInClassFormat

public void writeInClassFormat(UDataOutputStream out)
                        throws java.io.IOException
Throws:
java.io.IOException