| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_BBUFFER |
lept.L_BBUFFER.array(org.bytedeco.javacpp.BytePointer array) |
static lept.L_BBUFFER |
lept.bbufferCreate(byte[] indata,
int nalloc) |
static lept.L_BBUFFER |
lept.bbufferCreate(ByteBuffer indata,
int nalloc) |
static lept.L_BBUFFER |
lept.bbufferCreate(org.bytedeco.javacpp.BytePointer indata,
int nalloc) |
lept.L_BBUFFER |
lept.L_BBUFFER.n(int n) |
lept.L_BBUFFER |
lept.L_BBUFFER.nalloc(int nalloc) |
lept.L_BBUFFER |
lept.L_BBUFFER.nwritten(int nwritten) |
lept.L_BBUFFER |
lept.L_BBUFFER.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static void |
lept.bbufferDestroy(lept.L_BBUFFER pbb) |
static org.bytedeco.javacpp.BytePointer |
lept.bbufferDestroyAndSaveData(lept.L_BBUFFER pbb,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.bbufferExtendArray(lept.L_BBUFFER bb,
int nbytes) |
static int |
lept.bbufferRead(lept.L_BBUFFER bb,
byte[] src,
int nbytes) |
static int |
lept.bbufferRead(lept.L_BBUFFER bb,
ByteBuffer src,
int nbytes) |
static int |
lept.bbufferRead(lept.L_BBUFFER bb,
org.bytedeco.javacpp.BytePointer src,
int nbytes) |
static int |
lept.bbufferReadStream(lept.L_BBUFFER bb,
org.bytedeco.javacpp.Pointer fp,
int nbytes) |
static int |
lept.bbufferWrite(lept.L_BBUFFER bb,
byte[] dest,
long nbytes,
org.bytedeco.javacpp.SizeTPointer pnout) |
static int |
lept.bbufferWrite(lept.L_BBUFFER bb,
ByteBuffer dest,
long nbytes,
org.bytedeco.javacpp.SizeTPointer pnout) |
static int |
lept.bbufferWrite(lept.L_BBUFFER bb,
org.bytedeco.javacpp.BytePointer dest,
long nbytes,
org.bytedeco.javacpp.SizeTPointer pnout) |
static int |
lept.bbufferWriteStream(lept.L_BBUFFER bb,
org.bytedeco.javacpp.Pointer fp,
long nbytes,
org.bytedeco.javacpp.SizeTPointer pnout) |
Copyright © 2018. All rights reserved.