| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_BYTEA |
lept.L_BYTEA.data(BytePointer data) |
static lept.L_BYTEA |
lept.l_byteaCopy(lept.L_BYTEA bas,
int copyflag) |
static lept.L_BYTEA |
lept.l_byteaCreate(long nbytes) |
static lept.L_BYTEA |
lept.l_byteaInitFromFile(BytePointer fname) |
static lept.L_BYTEA |
lept.l_byteaInitFromFile(String fname) |
static lept.L_BYTEA |
lept.l_byteaInitFromMem(byte[] data,
long size) |
static lept.L_BYTEA |
lept.l_byteaInitFromMem(ByteBuffer data,
long size) |
static lept.L_BYTEA |
lept.l_byteaInitFromMem(BytePointer data,
long size) |
static lept.L_BYTEA |
lept.l_byteaInitFromStream(Pointer fp) |
lept.L_BYTEA |
lept.L_BYTEA.nalloc(long nalloc) |
lept.L_BYTEA |
lept.L_BYTEA.position(long position) |
lept.L_BYTEA |
lept.L_BYTEA.refcount(int refcount) |
lept.L_BYTEA |
lept.L_BYTEA.size(long size) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.l_byteaAppendData(lept.L_BYTEA ba,
byte[] newdata,
long newbytes) |
static int |
lept.l_byteaAppendData(lept.L_BYTEA ba,
ByteBuffer newdata,
long newbytes) |
static int |
lept.l_byteaAppendData(lept.L_BYTEA ba,
BytePointer newdata,
long newbytes) |
static int |
lept.l_byteaAppendString(lept.L_BYTEA ba,
byte[] str) |
static int |
lept.l_byteaAppendString(lept.L_BYTEA ba,
ByteBuffer str) |
static int |
lept.l_byteaAppendString(lept.L_BYTEA ba,
BytePointer str) |
static lept.L_BYTEA |
lept.l_byteaCopy(lept.L_BYTEA bas,
int copyflag) |
static BytePointer |
lept.l_byteaCopyData(lept.L_BYTEA ba,
SizeTPointer psize) |
static void |
lept.l_byteaDestroy(lept.L_BYTEA pba) |
static int |
lept.l_byteaFindEachSequence(lept.L_BYTEA ba,
byte[] sequence,
int seqlen,
lept.L_DNA pda) |
static int |
lept.l_byteaFindEachSequence(lept.L_BYTEA ba,
ByteBuffer sequence,
int seqlen,
lept.L_DNA pda) |
static int |
lept.l_byteaFindEachSequence(lept.L_BYTEA ba,
BytePointer sequence,
int seqlen,
lept.L_DNA pda) |
static int |
lept.l_byteaFindEachSequence(lept.L_BYTEA ba,
BytePointer sequence,
int seqlen,
PointerPointer pda) |
static BytePointer |
lept.l_byteaGetData(lept.L_BYTEA ba,
SizeTPointer psize) |
static long |
lept.l_byteaGetSize(lept.L_BYTEA ba) |
static int |
lept.l_byteaJoin(lept.L_BYTEA ba1,
lept.L_BYTEA pba2) |
static int |
lept.l_byteaJoin(lept.L_BYTEA ba1,
PointerPointer pba2) |
static int |
lept.l_byteaSplit(lept.L_BYTEA ba1,
long splitloc,
lept.L_BYTEA pba2) |
static int |
lept.l_byteaSplit(lept.L_BYTEA ba1,
long splitloc,
PointerPointer pba2) |
static int |
lept.l_byteaWrite(BytePointer fname,
lept.L_BYTEA ba,
long startloc,
long endloc) |
static int |
lept.l_byteaWrite(String fname,
lept.L_BYTEA ba,
long startloc,
long endloc) |
static int |
lept.l_byteaWriteStream(Pointer fp,
lept.L_BYTEA ba,
long startloc,
long endloc) |
Copyright © 2016. All rights reserved.