public static final class Coder.DummyCoder extends Object implements Coder
Coder.DummyCoder
DUMMY_CODER
Constructor and Description |
---|
DummyCoder() |
Modifier and Type | Method and Description |
---|---|
Object |
decode(InputStream inStream)
Decodes the a value from the given input stream.
|
void |
encode(Object value,
OutputStream outStream)
Encodes the given value onto the specified output stream.
|
String |
toString() |
public void encode(Object value, OutputStream outStream)
Coder
public Object decode(InputStream inStream)
Coder
Copyright © 2018. All rights reserved.