Package deltix.qsrv.hf.pub.codec.intp
Class FixedBoundDecoderImpl
- java.lang.Object
-
- deltix.qsrv.hf.pub.codec.intp.FixedBoundExternalDecoderImpl
-
- deltix.qsrv.hf.pub.codec.intp.FixedBoundDecoderImpl
-
- All Implemented Interfaces:
BoundDecoder,BoundExternalDecoder,FixedCodec,FixedExternalDecoder
public final class FixedBoundDecoderImpl extends FixedBoundExternalDecoderImpl implements BoundDecoder
-
-
Field Summary
-
Fields inherited from class deltix.qsrv.hf.pub.codec.intp.FixedBoundExternalDecoderImpl
layout
-
-
Constructor Summary
Constructors Constructor Description FixedBoundDecoderImpl(RecordLayout layout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectdecode(DecodingContext ctx)java.lang.Objectdecode(deltix.util.memory.MemoryDataInput in)Decodes an object, starting at current position of the specified MemoryDataInput.-
Methods inherited from class deltix.qsrv.hf.pub.codec.intp.FixedBoundExternalDecoderImpl
decode, decode, getClassInfo, getTargetClass, setStaticFields
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface deltix.qsrv.hf.pub.codec.BoundExternalDecoder
decode, setStaticFields
-
-
-
-
Constructor Detail
-
FixedBoundDecoderImpl
public FixedBoundDecoderImpl(RecordLayout layout)
-
-
Method Detail
-
decode
public java.lang.Object decode(deltix.util.memory.MemoryDataInput in)
Description copied from interface:BoundDecoderDecodes an object, starting at current position of the specified MemoryDataInput.- Specified by:
decodein interfaceBoundDecoder- Parameters:
in- A MemoryDataInput to read.- Returns:
- A decoded message object.
-
decode
public java.lang.Object decode(DecodingContext ctx)
-
-