|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.encoder.EncodableList
public class EncodableList
Maintains a list of Encodable objects. The entire list can be encoded to an OutputStream with the encode() method.
| 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 |
|---|
public EncodableList()
| Method Detail |
|---|
public void add(Encodable e)
public void encode(java.io.OutputStream out)
throws EncodingException
EncodingExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||