korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-compression
/
korlibs.io.compression.deflate
Package-level
declarations
Types
Functions
Properties
Types
GZIP
Link copied to clipboard
open
class
GZIP
(
deflater
:
(
)
->
IDeflater
)
:
GZIPBase
GZIPBase
Link copied to clipboard
open
class
GZIPBase
(
val
checkCrc
:
Boolean
,
val
deflater
:
(
)
->
IDeflater
)
:
CompressionMethod
GZIPNo
Crc
Link copied to clipboard
open
class
GZIPNoCrc
(
deflater
:
(
)
->
IDeflater
)
:
GZIPBase
ZLib
Link copied to clipboard
open
class
ZLib
(
val
deflater
:
(
windowBits
:
Int
)
->
IDeflater
)
:
CompressionMethod
Properties
Deflate
Link copied to clipboard
val
Deflate
:
IDeflater
Deflate
Portable
Link copied to clipboard
val
DeflatePortable
:
IDeflater
Functions
Deflate
Link copied to clipboard
fun
Deflate
(
windowBits
:
Int
)
:
IDeflater
Deflate
Portable
Link copied to clipboard
fun
DeflatePortable
(
windowBits
:
Int
)
:
IDeflater