Package deltix.qsrv.hf.pub.codec
Interface FixedUnboundEncoder
-
- All Superinterfaces:
FixedCodec
,UnboundEncoder
,WritableValue
- All Known Implementing Classes:
EmptyUnboundEncoder
,FixedUnboundEncoderImpl
public interface FixedUnboundEncoder extends UnboundEncoder, FixedCodec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beginWrite(deltix.util.memory.MemoryDataOutput out)
-
Methods inherited from interface deltix.qsrv.hf.pub.codec.FixedCodec
getClassInfo
-
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
-
-