Package co.nstant.in.cbor.decoder
Class DoublePrecisionFloatDecoder
- java.lang.Object
-
- co.nstant.in.cbor.decoder.AbstractDecoder<DoublePrecisionFloat>
-
- co.nstant.in.cbor.decoder.DoublePrecisionFloatDecoder
-
public class DoublePrecisionFloatDecoder extends AbstractDecoder<DoublePrecisionFloat>
-
-
Field Summary
-
Fields inherited from class co.nstant.in.cbor.decoder.AbstractDecoder
decoder, INFINITY, inputStream
-
-
Constructor Summary
Constructors Constructor Description DoublePrecisionFloatDecoder(CborDecoder decoder, InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublePrecisionFloat
decode(int initialByte)
-
Methods inherited from class co.nstant.in.cbor.decoder.AbstractDecoder
getLength, getLengthAsBigInteger, nextSymbol, nextSymbols, setMaxPreallocationSize
-
-
-
-
Constructor Detail
-
DoublePrecisionFloatDecoder
public DoublePrecisionFloatDecoder(CborDecoder decoder, InputStream inputStream)
-
-
Method Detail
-
decode
public DoublePrecisionFloat decode(int initialByte) throws CborException
- Specified by:
decode
in classAbstractDecoder<DoublePrecisionFloat>
- Throws:
CborException
-
-