public static class BytesSerialization.RawBytesDeserializer extends java.lang.Object
| Constructor and Description |
|---|
RawBytesDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
deserialize(byte[] existing) |
void |
open(java.io.InputStream in) |
public RawBytesDeserializer()
public void open(java.io.InputStream in) throws java.io.IOException
java.io.IOExceptionpublic byte[] deserialize(byte[] existing) throws java.io.IOException
java.io.IOExceptionpublic void close() throws java.io.IOException
java.io.IOExceptionCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.