Package co.nstant.in.cbor.decoder
Class TagDecoder
public class TagDecoder extends AbstractDecoder<Tag>
-
Field Summary
Fields inherited from class co.nstant.in.cbor.decoder.AbstractDecoder
decoder, INFINITY, inputStream -
Constructor Summary
Constructors Constructor Description TagDecoder(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<Tag>- Throws:
CborException
-