org.apache.avalon.meta.info.writer
Interface TypeWriter
- All Known Implementing Classes:
- SerializedTypeWriter, XMLTypeWriter
- public interface TypeWriter
Interface implemented by objects supporting the writing
of a Type
to an output stream.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/09/24 08:16:10 $
- Author:
- Avalon Development Team
writeType
public void writeType(Type type,
OutputStream stream)
throws Exception
- Write a
Type
to a stream
- Parameters:
type
- the meta info Type instancestream
- the destination stream
- Throws:
Exception
- if an error occurs while writting to the stream
Copyright © Apache Software Foundation. All Rights Reserved.