Package deltix.qsrv.hf.pub.codec
Interface PolyUnboundEncoder
-
- All Superinterfaces:
UnboundEncoder
,WritableValue
- All Known Implementing Classes:
PolyUnboundEncoderImpl
public interface PolyUnboundEncoder extends UnboundEncoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beginWrite(RecordClassDescriptor rcd, deltix.util.memory.MemoryDataOutput out)
-
Methods inherited from interface deltix.qsrv.hf.pub.codec.UnboundEncoder
endWrite, getField, nextField
-
Methods inherited from interface deltix.qsrv.hf.pub.WritableValue
getFieldEncoder, nextWritableElement, setArrayLength, writeBinary, writeBoolean, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeNull, writeString
-
-
-
-
Method Detail
-
beginWrite
void beginWrite(RecordClassDescriptor rcd, deltix.util.memory.MemoryDataOutput out)
-
-