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