public class L_Compressed_Data
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
L_Compressed_Data.ByReference |
|
static class |
L_Compressed_Data.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
int |
bps |
bits/sample; typ. 1, 2, 4 or 8
C type : l_int32 |
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. 1 or 3
C type : l_int32 |
int |
type |
encoding type: L_JPEG_ENCODE, etc
C type : l_int32 |
int |
w |
image width
C type : l_int32 |
| Constructor | Description |
|---|---|
L_Compressed_Data() |
|
L_Compressed_Data(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
Gets this Structure's field names in their proper order.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, 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, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic 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
Copyright © 2026. All rights reserved.