@Name(value="L_Compressed_Data") public static class lept.L_COMP_DATA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
L_COMP_DATA()
Default native constructor.
|
L_COMP_DATA(long size)
Native array allocator.
|
L_COMP_DATA(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
bps()
bits/sample; typ.
|
lept.L_COMP_DATA |
bps(int bps) |
BytePointer |
cmapdata85()
ascii85-encoded uncompressed cmap
|
lept.L_COMP_DATA |
cmapdata85(BytePointer cmapdata85) |
BytePointer |
cmapdatahex()
hex pdf array for the cmap
|
lept.L_COMP_DATA |
cmapdatahex(BytePointer cmapdatahex) |
BytePointer |
data85()
ascii85-encoded gzipped raster data
|
lept.L_COMP_DATA |
data85(BytePointer data85) |
BytePointer |
datacomp()
gzipped raster data
|
lept.L_COMP_DATA |
datacomp(BytePointer datacomp) |
int |
h()
image height
|
lept.L_COMP_DATA |
h(int h) |
int |
minisblack()
tiff g4 photometry
|
lept.L_COMP_DATA |
minisblack(int minisblack) |
long |
nbytes()
number of uncompressed raster bytes
|
lept.L_COMP_DATA |
nbytes(long nbytes) |
long |
nbytes85()
number of ascii85 encoded bytes
|
lept.L_COMP_DATA |
nbytes85(long nbytes85) |
long |
nbytescomp()
number of compressed bytes
|
lept.L_COMP_DATA |
nbytescomp(long nbytescomp) |
int |
ncolors()
number of colors in cmap
|
lept.L_COMP_DATA |
ncolors(int ncolors) |
lept.L_COMP_DATA |
position(long position) |
int |
predictor()
flate data has PNG predictors
|
lept.L_COMP_DATA |
predictor(int predictor) |
int |
res()
resolution (ppi)
|
lept.L_COMP_DATA |
res(int res) |
int |
spp()
samples/pixel; typ.
|
lept.L_COMP_DATA |
spp(int spp) |
int |
type()
encoding type: L_JPEG_ENCODE, etc
|
lept.L_COMP_DATA |
type(int type) |
int |
w()
image width
|
lept.L_COMP_DATA |
w(int w) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_COMP_DATA()
public L_COMP_DATA(long size)
Pointer.position(long).public L_COMP_DATA(Pointer p)
Pointer.Pointer(Pointer).public lept.L_COMP_DATA position(long position)
public lept.L_COMP_DATA type(int type)
@Cast(value="l_uint8*") public BytePointer datacomp()
public lept.L_COMP_DATA datacomp(BytePointer datacomp)
public lept.L_COMP_DATA nbytescomp(long nbytescomp)
@Cast(value="char*") public BytePointer data85()
public lept.L_COMP_DATA data85(BytePointer data85)
public lept.L_COMP_DATA nbytes85(long nbytes85)
@Cast(value="char*") public BytePointer cmapdata85()
public lept.L_COMP_DATA cmapdata85(BytePointer cmapdata85)
@Cast(value="char*") public BytePointer cmapdatahex()
public lept.L_COMP_DATA cmapdatahex(BytePointer cmapdatahex)
public lept.L_COMP_DATA ncolors(int ncolors)
public lept.L_COMP_DATA w(int w)
public lept.L_COMP_DATA h(int h)
public lept.L_COMP_DATA bps(int bps)
public lept.L_COMP_DATA spp(int spp)
public lept.L_COMP_DATA minisblack(int minisblack)
public lept.L_COMP_DATA predictor(int predictor)
public lept.L_COMP_DATA nbytes(long nbytes)
public lept.L_COMP_DATA res(int res)
Copyright © 2019. All rights reserved.