Package co.nstant.in.cbor.model
Class ByteString
java.lang.Object
co.nstant.in.cbor.model.DataItem
co.nstant.in.cbor.model.ByteString
public class ByteString extends DataItem
-
Constructor Summary
Constructors Constructor Description ByteString(byte[] bytes) -
Method Summary
Methods inherited from class co.nstant.in.cbor.model.DataItem
assertTrue, getMajorType, getOuterTaggable, getTag, hasTag, removeTag, setTag, setTag
-
Constructor Details
-
ByteString
public ByteString(byte[] bytes)
-
-
Method Details
-
getBytes
public byte[] getBytes() -
equals
-
hashCode
public int hashCode() -
isChunked
public boolean isChunked() -
setChunked
public co.nstant.in.cbor.model.ChunkableDataItem setChunked(boolean chunked)
-