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, weakCompareAndSetbyteValue, shortValuepublic FLSliceResult()
public FLSliceResult(boolean managed)
public FLSliceResult(byte[] bytes)
public FLSliceResult(long handle)
public long getHandle()
getHandle in interface AllocSlicepublic byte[] getBuf()
getBuf in interface AllocSlicepublic long getSize()
getSize in interface AllocSlicepublic void free()
free in interface AllocSlice