Class LengthValueBytesSerialiserUtil.LengthValueBuilder
- java.lang.Object
-
- uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil.LengthValueBuilder
-
- Enclosing class:
- LengthValueBytesSerialiserUtil
public static class LengthValueBytesSerialiserUtil.LengthValueBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description LengthValueBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LengthValueBytesSerialiserUtil.LengthValueBuilder
appendLengthValueFromBytesToByteStream(byte[] serialisedObject)
LengthValueBytesSerialiserUtil.LengthValueBuilder
appendLengthValueFromObjectToByteStream(ToBytesSerialiser serialiser, Object object)
byte[]
toArray()
-
-
-
Method Detail
-
appendLengthValueFromObjectToByteStream
public LengthValueBytesSerialiserUtil.LengthValueBuilder appendLengthValueFromObjectToByteStream(ToBytesSerialiser serialiser, Object object) throws SerialisationException
- Throws:
SerialisationException
-
appendLengthValueFromBytesToByteStream
public LengthValueBytesSerialiserUtil.LengthValueBuilder appendLengthValueFromBytesToByteStream(byte[] serialisedObject) throws SerialisationException
- Throws:
SerialisationException
-
toArray
public byte[] toArray()
-
-