Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
L_ByteBuffer.ByReference |
static class |
L_ByteBuffer.ByValue |
Modifier and Type | Method and Description |
---|---|
L_ByteBuffer |
Leptonica.bbufferCreate(java.nio.ByteBuffer indata,
int nalloc)
Original signature :
L_BBUFFER* bbufferCreate(l_uint8*, l_int32) native declaration : allheaders.h:164 |
static L_ByteBuffer |
Leptonica1.bbufferCreate(java.nio.ByteBuffer indata,
int nalloc)
Original signature :
L_BBUFFER* bbufferCreate(l_uint8*, l_int32) native declaration : allheaders.h:164 |
Modifier and Type | Method and Description |
---|---|
int |
Leptonica.bbufferExtendArray(L_ByteBuffer bb,
int nbytes)
Original signature :
l_int32 bbufferExtendArray(L_BBUFFER*, l_int32) native declaration : allheaders.h:174 |
static int |
Leptonica1.bbufferExtendArray(L_ByteBuffer bb,
int nbytes)
Original signature :
l_int32 bbufferExtendArray(L_BBUFFER*, l_int32) native declaration : allheaders.h:174 |
int |
Leptonica.bbufferRead(L_ByteBuffer bb,
java.nio.ByteBuffer src,
int nbytes)
Original signature :
l_int32 bbufferRead(L_BBUFFER*, l_uint8*, l_int32) native declaration : allheaders.h:170 |
static int |
Leptonica1.bbufferRead(L_ByteBuffer bb,
java.nio.ByteBuffer src,
int nbytes)
Original signature :
l_int32 bbufferRead(L_BBUFFER*, l_uint8*, l_int32) native declaration : allheaders.h:170 |
static int |
Leptonica1.bbufferReadStream(L_ByteBuffer bb,
ILeptonica.FILE fp,
int nbytes)
Original signature :
l_int32 bbufferReadStream(L_BBUFFER*, FILE*, l_int32) native declaration : allheaders.h:172 |
int |
Leptonica.bbufferWrite(L_ByteBuffer bb,
java.nio.ByteBuffer dest,
NativeSize nbytes,
NativeSizeByReference pnout)
Original signature :
l_int32 bbufferWrite(L_BBUFFER*, l_uint8*, size_t, size_t*) native declaration : allheaders.h:176 |
static int |
Leptonica1.bbufferWrite(L_ByteBuffer bb,
java.nio.ByteBuffer dest,
NativeSize nbytes,
NativeSizeByReference pnout)
Original signature :
l_int32 bbufferWrite(L_BBUFFER*, l_uint8*, size_t, size_t*) native declaration : allheaders.h:176 |
static int |
Leptonica1.bbufferWriteStream(L_ByteBuffer bb,
ILeptonica.FILE fp,
NativeSize nbytes,
NativeSizeByReference pnout)
Original signature :
l_int32 bbufferWriteStream(L_BBUFFER*, FILE*, size_t, size_t*) native declaration : allheaders.h:178 |