Class/Object

geotrellis.raster.io.geotiff.compression

JpegDecompressor

Related Docs: object JpegDecompressor | package compression

Permalink

class JpegDecompressor extends Decompressor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JpegDecompressor
  2. Decompressor
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JpegDecompressor(tiffTags: TiffTags)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val CCIR_601_1_COEFFICIENTS: Array[Double]

    Permalink
  5. final val REFERENCE_BLACK_WHITE_YCC_DEFAULT: Array[Double]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def byteOrder: ByteOrder

    Permalink
    Definition Classes
    Decompressor
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def code: Int

    Permalink
    Definition Classes
    JpegDecompressorDecompressor
  10. val colimetryTags: ColimetryTags

    Permalink
  11. def decompress(segment: Array[Byte], segmentIndex: Int): Array[Byte]

    Permalink
    Definition Classes
    JpegDecompressorDecompressor
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def flipEndian(bytesPerFlip: Int): Decompressor

    Permalink

    Internally, we use the ByteBuffer's default byte ordering (BigEndian).

    Internally, we use the ByteBuffer's default byte ordering (BigEndian). If the decompressed bytes are LittleEndian, flip 'em.

    Definition Classes
    Decompressor
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val jpegParam: JPEGImageReadParam

    Permalink
  20. val jpegTables: Array[Byte]

    Permalink
  21. val jpegTags: JpegTags

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def normalizeYCbCr(array: Array[Byte]): Array[Byte]

    Permalink
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val photometricInterp: Int

    Permalink
  27. def predictorCode: Int

    Permalink
    Definition Classes
    Decompressor
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withPredictor(predictor: Predictor): Decompressor

    Permalink
    Definition Classes
    Decompressor
  34. val yCbCrTags: YCbCrTags

    Permalink

Inherited from Decompressor

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped