All Downloads are FREE. Search and download functionalities are using the official Maven repository.

geotrellis.raster.io.geotiff.compression.Compressor.scala Maven / Gradle / Ivy

package geotrellis.raster.io.geotiff.compression

trait Compressor extends Serializable {
  def compress(bytes: Array[Byte], segmentIndex: Int): Array[Byte]

  /** Returns the decompressor that can decompress the segments compressed by this compressor */
  def createDecompressor(): Decompressor
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy