public interface ByteCoder
ByteCoders, see the
GlazedLists factory class.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
decode(java.io.InputStream source)
Decode the Object from the specified
InputStream. |
void |
encode(java.lang.Object source,
java.io.OutputStream target)
Encode the specified Object over the specified
OutputStream. |
void encode(java.lang.Object source,
java.io.OutputStream target)
throws java.io.IOException
OutputStream.java.io.IOExceptionjava.lang.Object decode(java.io.InputStream source)
throws java.io.IOException
InputStream. The stream should contain
exactly one Object and no further bytes before the end of the stream.java.io.IOExceptionGlazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by buildd at 2016-02-14 5:12