public interface ByteCoder
ByteCoder
s, 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.IOException
java.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.IOException
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2019-01-31 22:53