public interface RecordEncoder
Modifier and Type | Method and Description |
---|---|
void |
put(org.apache.mina.core.buffer.IoBuffer buffer,
ResourceRecord record)
Encodes the
ResourceRecord into the ByteBuffer . |
void put(org.apache.mina.core.buffer.IoBuffer buffer, ResourceRecord record) throws IOException
ResourceRecord
into the ByteBuffer
.buffer
- record
- IOException
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.