ZStandard

fm.common.ZStandard$
object ZStandard

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def newInputStream(is: InputStream): InputStream

Create a new ZstdCompressorInputStream

Create a new ZstdCompressorInputStream

Attributes

def newOutputStream(os: OutputStream): OutputStream

Create a new ZstdCompressorOutputStream

Create a new ZstdCompressorOutputStream

Attributes

def newZStdOrGzipInputStream(is: InputStream): InputStream

If ZStandard is available then create a new ZstdCompressorInputStream otherwise use a GZIPInputStream

If ZStandard is available then create a new ZstdCompressorInputStream otherwise use a GZIPInputStream

Attributes

def newZStdOrGzipOutputStream(os: OutputStream): OutputStream

If ZStandard is available then create a new ZstdCompressorOutputStream otherwise use a GZIPOutputStream

If ZStandard is available then create a new ZstdCompressorOutputStream otherwise use a GZIPOutputStream

Attributes