Package deltix.qsrv.hf.pub.codec
Interface UnboundEncoder
-
- All Superinterfaces:
WritableValue
- All Known Subinterfaces:
FixedUnboundEncoder,PolyUnboundEncoder
- All Known Implementing Classes:
EmptyUnboundEncoder,FixedUnboundEncoderImpl,PolyUnboundEncoderImpl
public interface UnboundEncoder extends WritableValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendWrite()Checks that NOT NULLABLE restriction was not violated (Optional).NonStaticFieldInfogetField()booleannextField()-
Methods inherited from interface deltix.qsrv.hf.pub.WritableValue
getFieldEncoder, nextWritableElement, setArrayLength, writeBinary, writeBoolean, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeNull, writeString
-
-
-
-
Method Detail
-
nextField
boolean nextField()
-
getField
NonStaticFieldInfo getField()
-
endWrite
void endWrite()
Checks that NOT NULLABLE restriction was not violated (Optional).
-
-