public interface RecordDecoder
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
decode(org.apache.mina.core.buffer.IoBuffer byteBuffer,
short length)
Decodes the given length of resource record data into attributes.
|
Map<String,Object> decode(org.apache.mina.core.buffer.IoBuffer byteBuffer, short length) throws IOException
byteBuffer - length - IOExceptionCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.