Package co.nstant.in.cbor.decoder
Class SpecialDecoder
public class SpecialDecoder extends AbstractDecoder<Special>
-
Field Summary
Fields inherited from class co.nstant.in.cbor.decoder.AbstractDecoder
decoder, INFINITY, inputStream -
Constructor Summary
Constructors Constructor Description SpecialDecoder(CborDecoder decoder, InputStream inputStream) -
Method Summary
Methods inherited from class co.nstant.in.cbor.decoder.AbstractDecoder
getLength, getLengthAsBigInteger, nextSymbol, nextSymbols, setMaxPreallocationSize
-
Constructor Details
-
Method Details
-
decode
- Specified by:
decodein classAbstractDecoder<Special>- Throws:
CborException
-