Uses of Package
org.codehaus.metaclass.io

Packages that use org.codehaus.metaclass.io
org.codehaus.metaclass.io The io package contains classes that can read and write MetaClass descriptors. 
org.codehaus.metaclass.tools.compiler The compiler package contains code required to generate MetaClass descriptors from Java source files. 
 

Classes in org.codehaus.metaclass.io used by org.codehaus.metaclass.io
MetaClassIO
          This is the interface used to read and write descriptors into Input and Output streams.
MetaClassIOASM
          Utility class to do IO on descriptors stored in .class files.
MetaClassIOBinary
          This is a utility class that writes out a Attributes object to a stream using binary format outlined in documentation.
MetaClassIOXml
          This is a utility class that writes out the ClassDescriptor to a stream using the xml format outlined in documentation.
 

Classes in org.codehaus.metaclass.io used by org.codehaus.metaclass.tools.compiler
MetaClassIO
          This is the interface used to read and write descriptors into Input and Output streams.
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.