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