it.geosolutions.imageioimpl.plugins.tiff
Class TIFFZLibCompressor

java.lang.Object
  extended by it.geosolutions.imageio.plugins.tiff.TIFFCompressor
      extended by it.geosolutions.imageioimpl.plugins.tiff.TIFFDeflater
          extended by it.geosolutions.imageioimpl.plugins.tiff.TIFFZLibCompressor

public class TIFFZLibCompressor
extends TIFFDeflater

Compressor for ZLib compression.


Field Summary
 
Fields inherited from class it.geosolutions.imageio.plugins.tiff.TIFFCompressor
compressionTagValue, compressionType, isCompressionLossless, metadata, stream, writer
 
Constructor Summary
TIFFZLibCompressor(ImageWriteParam param, int predictor)
           
 
Method Summary
 
Methods inherited from class it.geosolutions.imageioimpl.plugins.tiff.TIFFDeflater
encode
 
Methods inherited from class it.geosolutions.imageio.plugins.tiff.TIFFCompressor
getCompressionTagValue, getCompressionType, getMetadata, getStream, getWriter, isCompressionLossless, setMetadata, setStream, setWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TIFFZLibCompressor

public TIFFZLibCompressor(ImageWriteParam param,
                          int predictor)


Copyright © 2006–2014 GeoSolutions. All rights reserved.