Package org.codehaus.metaclass.io

The io package contains classes that can read and write MetaClass descriptors.

See:
          Description

Interface Summary
MetaClassIO This is the interface used to read and write descriptors into Input and Output streams.
 

Class Summary
DOMMetaClassDeserializer Utility class to build a ClassDescriptor from a DOM representation Element.
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.
SAXMetaClassSerializer Utility class that serializes a ClassDescriptor object to a SAX2 compliant ContentHandler.
 

Package org.codehaus.metaclass.io Description

The io package contains classes that can read and write MetaClass descriptors.



Copyright © 2003-2004 Codehaus. All Rights Reserved.