public interface Binary
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
toByteArray()
Converts the object to its binary presentation
|
void |
writeBinaryTo(OutputStream ostream)
Writes the binary presentation to an output stream.
|
default byte[] toByteArray()
void writeBinaryTo(OutputStream ostream) throws IOException
ostream - an output streamIOException - in case of I/O problemsCopyright © 2018. All rights reserved.