Deprecated API


Contents
Deprecated Methods
org.libjpegturbo.turbojpeg.TJDecompressor.decompress(byte[], int, int, int, int, int)
          Use TJDecompressor.decompress(byte[], int, int, int, int, int, int, int) instead. 
org.libjpegturbo.turbojpeg.TJCompressor.setSourceImage(byte[], int, int, int, int)
          Use TJCompressor.setSourceImage(byte[], int, int, int, int, int, int) instead. 
 

Deprecated Constructors
org.libjpegturbo.turbojpeg.TJCompressor(byte[], int, int, int, int)
          Use TJCompressor.TJCompressor(byte[], int, int, int, int, int, int) instead.