org.msgpack.template
Class ByteBufferTemplate
java.lang.Object
org.msgpack.template.AbstractTemplate<ByteBuffer>
org.msgpack.template.ByteBufferTemplate
- All Implemented Interfaces:
- Template<ByteBuffer>
public class ByteBufferTemplate
- extends AbstractTemplate<ByteBuffer>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
write
public void write(Packer pk,
ByteBuffer target,
boolean required)
throws IOException
- Throws:
IOException
read
public ByteBuffer read(Unpacker u,
ByteBuffer to,
boolean required)
throws IOException
- Throws:
IOException
getInstance
public static ByteBufferTemplate getInstance()
Copyright © 2011. All Rights Reserved.