Package net.sourceforge.lept4j
Class L_Compressed_Data
java.lang.Object
com.sun.jna.Structure
net.sourceforge.lept4j.L_Compressed_Data
- Direct Known Subclasses:
- L_Compressed_Data.ByReference,- L_Compressed_Data.ByValue
public class L_Compressed_Data
extends com.sun.jna.Structure
Compressed image data
native declaration : imageio.h:79
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or JNA.
native declaration : imageio.h:79
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or JNA.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classL_Compressed_Data.ByReferencestatic classL_Compressed_Data.ByValue
- 
Field SummaryFields Modifier and Type Field Description intbpsbits/sample; typ.com.sun.jna.Pointercmapdata85ascii85-encoded uncompressed cmap
 C type : char*com.sun.jna.Pointercmapdatahexhex pdf array for the cmap
 C type : char*com.sun.jna.Pointerdata85ascii85-encoded gzipped raster data
 C type : char*com.sun.jna.Pointerdatacompgzipped raster data
 C type : l_uint8*inthimage height
 C type : l_int32intminisblacktiff g4 photometry
 C type : l_int32NativeSizenbytesnumber of uncompressed raster bytesNativeSizenbytes85number of ascii85 encoded bytesNativeSizenbytescompnumber of compressed bytesintncolorsnumber of colors in cmap
 C type : l_int32intpredictorflate data has PNG predictors
 C type : l_int32intresresolution (ppi)
 C type : l_int32intsppsamples/pixel; typ.inttypeencoding type: L_JPEG_ENCODE, etc
 C type : l_int32intwimage width
 C type : l_int32
- 
Constructor SummaryConstructors Constructor Description L_Compressed_Data()L_Compressed_Data(com.sun.jna.Pointer peer)
- 
Method SummaryModifier and Type Method Description protected java.util.List<java.lang.String>getFieldOrder()Gets this Structure's field names in their proper order.Methods inherited from class com.sun.jna.StructureallocateMemory, 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, writeField
- 
Field Details- 
typepublic int typeencoding type: L_JPEG_ENCODE, etc
 C type : l_int32
- 
datacomppublic com.sun.jna.Pointer datacompgzipped raster data
 C type : l_uint8*
- 
nbytescompnumber of compressed bytes
- 
data85public com.sun.jna.Pointer data85ascii85-encoded gzipped raster data
 C type : char*
- 
nbytes85number of ascii85 encoded bytes
- 
cmapdata85public com.sun.jna.Pointer cmapdata85ascii85-encoded uncompressed cmap
 C type : char*
- 
cmapdatahexpublic com.sun.jna.Pointer cmapdatahexhex pdf array for the cmap
 C type : char*
- 
ncolorspublic int ncolorsnumber of colors in cmap
 C type : l_int32
- 
wpublic int wimage width
 C type : l_int32
- 
hpublic int himage height
 C type : l_int32
- 
bpspublic int bpsbits/sample; typ. 1, 2, 4 or 8
 C type : l_int32
- 
spppublic int sppsamples/pixel; typ. 1 or 3
 C type : l_int32
- 
minisblackpublic int minisblacktiff g4 photometry
 C type : l_int32
- 
predictorpublic int predictorflate data has PNG predictors
 C type : l_int32
- 
nbytesnumber of uncompressed raster bytes
- 
respublic int resresolution (ppi)
 C type : l_int32
 
- 
- 
Constructor Details- 
L_Compressed_Datapublic L_Compressed_Data()
- 
L_Compressed_Datapublic L_Compressed_Data(com.sun.jna.Pointer peer)
 
- 
- 
Method Details- 
getFieldOrderprotected java.util.List<java.lang.String> getFieldOrder()Gets this Structure's field names in their proper order.- Overrides:
- getFieldOrderin class- com.sun.jna.Structure
- Returns:
- list of ordered field names
 
 
-