Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
ByteBuffer.ByReference |
static class |
ByteBuffer.ByValue |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
Leptonica.bbufferCreate(java.nio.ByteBuffer indata,
int nalloc)
Original signature :
BBUFFER* bbufferCreate(l_uint8*, l_int32) native declaration : allheaders.h:162 |
static ByteBuffer |
Leptonica1.bbufferCreate(java.nio.ByteBuffer indata,
int nalloc)
Original signature :
BBUFFER* bbufferCreate(l_uint8*, l_int32) native declaration : allheaders.h:162 |
Modifier and Type | Method and Description |
---|---|
int |
Leptonica.bbufferExtendArray(ByteBuffer bb,
int nbytes)
Original signature :
l_int32 bbufferExtendArray(BBUFFER*, l_int32) native declaration : allheaders.h:172 |
static int |
Leptonica1.bbufferExtendArray(ByteBuffer bb,
int nbytes)
Original signature :
l_int32 bbufferExtendArray(BBUFFER*, l_int32) native declaration : allheaders.h:172 |
int |
Leptonica.bbufferRead(ByteBuffer bb,
java.nio.ByteBuffer src,
int nbytes)
Original signature :
l_int32 bbufferRead(BBUFFER*, l_uint8*, l_int32) native declaration : allheaders.h:168 |
static int |
Leptonica1.bbufferRead(ByteBuffer bb,
java.nio.ByteBuffer src,
int nbytes)
Original signature :
l_int32 bbufferRead(BBUFFER*, l_uint8*, l_int32) native declaration : allheaders.h:168 |
int |
Leptonica.bbufferWrite(ByteBuffer bb,
java.nio.ByteBuffer dest,
NativeSize nbytes,
NativeSizeByReference pnout)
Original signature :
l_int32 bbufferWrite(BBUFFER*, l_uint8*, size_t, size_t*) native declaration : allheaders.h:174 |
static int |
Leptonica1.bbufferWrite(ByteBuffer bb,
java.nio.ByteBuffer dest,
NativeSize nbytes,
NativeSizeByReference pnout)
Original signature :
l_int32 bbufferWrite(BBUFFER*, l_uint8*, size_t, size_t*) native declaration : allheaders.h:174 |