public interface Encodable
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncoded()
Return a byte array representing the implementing object.
|
byte[] getEncoded() throws IOException
IOException
- if an issue arises generation the encoding.