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