public class L_Compressed_Data
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
L_Compressed_Data.ByReference |
static class |
L_Compressed_Data.ByValue |
Modifier and Type | Field and Description |
---|---|
int |
bps
bits/sample; typ.
|
com.sun.jna.Pointer |
cmapdata85
ascii85-encoded uncompressed cmap
C type : char* |
com.sun.jna.Pointer |
cmapdatahex
hex pdf array for the cmap
C type : char* |
com.sun.jna.Pointer |
data85
ascii85-encoded gzipped raster data
C type : char* |
com.sun.jna.Pointer |
datacomp
gzipped raster data
C type : l_uint8* |
int |
h
image height
C type : l_int32 |
int |
minisblack
tiff g4 photometry
C type : l_int32 |
NativeSize |
nbytes
number of uncompressed raster bytes
|
NativeSize |
nbytes85
number of ascii85 encoded bytes
|
NativeSize |
nbytescomp
number of compressed bytes
|
int |
ncolors
number of colors in cmap
C type : l_int32 |
int |
predictor
flate data has PNG predictors
C type : l_int32 |
int |
res
resolution (ppi)
C type : l_int32 |
int |
spp
samples/pixel; typ.
|
int |
type
encoding type: L_JPEG_ENCODE, etc
C type : l_int32 |
int |
w
image width
C type : l_int32 |
Constructor and Description |
---|
L_Compressed_Data() |
L_Compressed_Data(com.sun.jna.Pointer peer) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<?> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int type
public com.sun.jna.Pointer datacomp
public NativeSize nbytescomp
public com.sun.jna.Pointer data85
public NativeSize nbytes85
public com.sun.jna.Pointer cmapdata85
public com.sun.jna.Pointer cmapdatahex
public int ncolors
public int w
public int h
public int bps
public int spp
public int minisblack
public int predictor
public NativeSize nbytes
public int res