public class FLSliceResult extends C4NativePeer implements AllocSlice
Constructor and Description |
---|
FLSliceResult() |
FLSliceResult(boolean managed) |
FLSliceResult(byte[] bytes) |
FLSliceResult(long handle) |
Modifier and Type | Method and Description |
---|---|
void |
free() |
byte[] |
getBuf() |
long |
getHandle() |
long |
getSize() |
accumulateAndGet, addAndGet, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, incrementAndGet, intValue, lazySet, longValue, set, toString, updateAndGet, weakCompareAndSet
byteValue, shortValue
public FLSliceResult()
public FLSliceResult(boolean managed)
public FLSliceResult(byte[] bytes)
public FLSliceResult(long handle)
public long getHandle()
getHandle
in interface AllocSlice
public byte[] getBuf()
getBuf
in interface AllocSlice
public long getSize()
getSize
in interface AllocSlice
public void free()
free
in interface AllocSlice