Package deltix.qsrv.hf.pub.codec
Interface BoundDecoder
-
- All Superinterfaces:
BoundExternalDecoder
- All Known Implementing Classes:
CompoundDecoderImpl
,FixedBoundDecoderImpl
,PolyBoundDecoderImpl
,PolyBoundMixedDecoderImpl
public interface BoundDecoder extends BoundExternalDecoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
decode(deltix.util.memory.MemoryDataInput in)
Decodes an object, starting at current position of the specified MemoryDataInput.-
Methods inherited from interface deltix.qsrv.hf.pub.codec.BoundExternalDecoder
decode, setStaticFields
-
-