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
Modifier and Type Method Description HalfPrecisionFloatdecode(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<HalfPrecisionFloat>- Throws:
CborException
-