public interface Decoder
Modifier and Type | Method and Description |
---|---|
Encodable |
decode(byte[] object)
Decodes the byte array into an
Encodable object. |
Encodable decode(byte[] object) throws IOException
Encodable
object.object
- Encodable
object.IOException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.