net.dpml.metro.builder
Class ComponentTypeEncoder

java.lang.Object
  extended bynet.dpml.metro.builder.ComponentTypeEncoder

public class ComponentTypeEncoder
extends Object

Type builder.

Version:
1.0.1
Author:
Digital Product Meta Library

Constructor Summary
ComponentTypeEncoder()
           
 
Method Summary
 void export(Type type, OutputStream output)
          Write the supplied type to an output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTypeEncoder

public ComponentTypeEncoder()
Method Detail

export

public void export(Type type,
                   OutputStream output)
            throws IOException
Write the supplied type to an output stream.

Parameters:
type - the type descriptor
output - the output stream
Throws:
IOException - if an IO error occurs