Package co.nstant.in.cbor.decoder
Class ByteStringDecoder
public class ByteStringDecoder extends AbstractDecoder<ByteString>
-
Field Summary
Fields inherited from class co.nstant.in.cbor.decoder.AbstractDecoder
decoder, INFINITY, inputStream -
Constructor Summary
Constructors Constructor Description ByteStringDecoder(CborDecoder decoder, InputStream inputStream) -
Method Summary
Modifier and Type Method Description ByteStringdecode(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<ByteString>- Throws:
CborException
-