public class UnsignedIntegerEncoder extends AbstractEncoder<UnsignedInteger>
encoder| Constructor and Description |
|---|
UnsignedIntegerEncoder(CborEncoder encoder,
OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(UnsignedInteger dataItem) |
encodeTypeAndLength, encodeTypeAndLength, encodeTypeChunked, write, writepublic UnsignedIntegerEncoder(CborEncoder encoder, OutputStream outputStream)
public void encode(UnsignedInteger dataItem) throws CborException
encode in class AbstractEncoder<UnsignedInteger>CborExceptionCopyright © 2014. All Rights Reserved.