public interface ByteConvertible
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
The object is converted into bytes with a mechanism implemented as part
of this method.
|
int |
getBytes(byte[] dest,
int offset)
Converts this object into bytes and copies the bytes into given array
starting from offset.
|
byte[] getBytes()
int getBytes(byte[] dest,
int offset)
dest - destination byte array in which bytes will be copiedoffset - start index from which bytes will be copiedCopyright © 2019. All rights reserved.