XCMS Toolkit

schemajic.encoder
Class EncodableList

java.lang.Object
  extended by schemajic.encoder.EncodableList

public class EncodableList
extends java.lang.Object

Maintains a list of Encodable objects. The entire list can be encoded to an OutputStream with the encode() method.

Version:
1.00 - 2006/02/10
Author:
support@phillipgriffin.com

Constructor Summary
EncodableList()
           
 
Method Summary
 void add(Encodable e)
           
 void encode(java.io.OutputStream out)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncodableList

public EncodableList()
Method Detail

add

public void add(Encodable e)

encode

public void encode(java.io.OutputStream out)
            throws EncodingException
Throws:
EncodingException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.