public class ByteBufferBinding extends com.sleepycat.bind.tuple.TupleBinding<QpidByteBuffer>
| Modifier and Type | Method and Description |
|---|---|
QpidByteBuffer |
entryToObject(com.sleepycat.bind.tuple.TupleInput input) |
static ByteBufferBinding |
getInstance() |
void |
objectToEntry(QpidByteBuffer data,
com.sleepycat.bind.tuple.TupleOutput output) |
ByteBuffer |
readByteBuffer(com.sleepycat.bind.tuple.TupleInput input,
int length) |
entryToObject, getPrimitiveBinding, objectToEntrypublic static ByteBufferBinding getInstance()
public QpidByteBuffer entryToObject(com.sleepycat.bind.tuple.TupleInput input)
entryToObject in class com.sleepycat.bind.tuple.TupleBinding<QpidByteBuffer>public void objectToEntry(QpidByteBuffer data, com.sleepycat.bind.tuple.TupleOutput output)
objectToEntry in class com.sleepycat.bind.tuple.TupleBinding<QpidByteBuffer>public ByteBuffer readByteBuffer(com.sleepycat.bind.tuple.TupleInput input, int length)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.