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
Modifier and Type Method Description DoublePrecisionFloatdecode(int initialByte)Methods inherited from class co.nstant.in.cbor.decoder.AbstractDecoder
getLength, getLengthAsBigInteger, nextSymbol, nextSymbols, setMaxPreallocationSize
-
Constructor Details
-
Method Details
-
decode
- Specified by:
decodein classAbstractDecoder<DoublePrecisionFloat>- Throws:
CborException
-