public static class BytesSerialization.RawBytesDeserializer
extends java.lang.Object
implements org.apache.hadoop.io.serializer.Deserializer<byte[]>
Constructor and Description |
---|
BytesSerialization.RawBytesDeserializer() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
byte[] |
deserialize(byte[] existing) |
void |
open(java.io.InputStream in) |
public BytesSerialization.RawBytesDeserializer()
public void open(java.io.InputStream in) throws java.io.IOException
open
in interface org.apache.hadoop.io.serializer.Deserializer<byte[]>
java.io.IOException
public byte[] deserialize(byte[] existing) throws java.io.IOException
deserialize
in interface org.apache.hadoop.io.serializer.Deserializer<byte[]>
java.io.IOException
public void close() throws java.io.IOException
close
in interface org.apache.hadoop.io.serializer.Deserializer<byte[]>
java.io.IOException