Package co.nstant.in.cbor.decoder
Class SinglePrecisionFloatDecoder
java.lang.Object
co.nstant.in.cbor.decoder.AbstractDecoder<SinglePrecisionFloat>
co.nstant.in.cbor.decoder.SinglePrecisionFloatDecoder
public class SinglePrecisionFloatDecoder extends AbstractDecoder<SinglePrecisionFloat>
-
Field Summary
Fields inherited from class co.nstant.in.cbor.decoder.AbstractDecoder
decoder, INFINITY, inputStream -
Constructor Summary
Constructors Constructor Description SinglePrecisionFloatDecoder(CborDecoder decoder, InputStream inputStream) -
Method Summary
Modifier and Type Method Description SinglePrecisionFloatdecode(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<SinglePrecisionFloat>- Throws:
CborException
-