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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SinglePrecisionFloat
decode(int initialByte)
-
Methods inherited from class co.nstant.in.cbor.decoder.AbstractDecoder
getLength, getLengthAsBigInteger, nextSymbol, nextSymbols, setMaxPreallocationSize
-
-
-
-
Constructor Detail
-
SinglePrecisionFloatDecoder
public SinglePrecisionFloatDecoder(CborDecoder decoder, InputStream inputStream)
-
-
Method Detail
-
decode
public SinglePrecisionFloat decode(int initialByte) throws CborException
- Specified by:
decode
in classAbstractDecoder<SinglePrecisionFloat>
- Throws:
CborException
-
-