| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_BBUFFER |
lept.L_BBUFFER.array(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(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 BytePointer |
lept.bbufferDestroyAndSaveData(lept.L_BBUFFER pbb,
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,
BytePointer src,
int nbytes) |
static int |
lept.bbufferReadStream(lept.L_BBUFFER bb,
Pointer fp,
int nbytes) |
static int |
lept.bbufferWrite(lept.L_BBUFFER bb,
byte[] dest,
long nbytes,
SizeTPointer pnout) |
static int |
lept.bbufferWrite(lept.L_BBUFFER bb,
ByteBuffer dest,
long nbytes,
SizeTPointer pnout) |
static int |
lept.bbufferWrite(lept.L_BBUFFER bb,
BytePointer dest,
long nbytes,
SizeTPointer pnout) |
static int |
lept.bbufferWriteStream(lept.L_BBUFFER bb,
Pointer fp,
long nbytes,
SizeTPointer pnout) |
Copyright © 2016. All rights reserved.