public class DIOPrimitiveByteArraySerde extends Object implements DataInputOutputSerde<byte[]>
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
static DIOPrimitiveByteArraySerde |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
byte[] |
read(DataInput input) |
byte[] |
read(DataInput input,
byte[] unitKey)
Read an object from the stream.
|
protected static byte[] |
readInternal(DataInput input) |
void |
write(byte[] object,
DataOutput output) |
void |
write(byte[] object,
DataOutput output,
byte[] unitKey,
EventBeanCollatedWriter writer)
Write an object to the stream.
|
protected static void |
writeInternal(byte[] object,
DataOutput output) |
public static final EPTypeClass EPTYPE
public static final DIOPrimitiveByteArraySerde INSTANCE
public void write(byte[] object, DataOutput output) throws IOException
IOException
public byte[] read(DataInput input) throws IOException
IOException
public void write(byte[] object, DataOutput output, byte[] unitKey, EventBeanCollatedWriter writer) throws IOException
DataInputOutputSerde
write
in interface DataInputOutputSerde<byte[]>
object
- to write or null if this is a nullable valueoutput
- to write tounitKey
- the page key of the page containing the object, can be null if not relevant or not providedwriter
- the writer for events, can be null if not relevant or not providedIOException
- for io exceptionspublic byte[] read(DataInput input, byte[] unitKey) throws IOException
DataInputOutputSerde
read
in interface DataInputOutputSerde<byte[]>
input
- input to readunitKey
- the identifying key of the reader, can be null if not relevant or not providedIOException
- for io exceptionsprotected static void writeInternal(byte[] object, DataOutput output) throws IOException
IOException
protected static byte[] readInternal(DataInput input) throws IOException
IOException
Copyright © 2005–2021. All rights reserved.