elasticmagic-kt
0.0.30
common
js
jvm
native
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
BaseGzipEncoder
Base
Gzip
Encoder
abstract
class
BaseGzipEncoder
:
ContentEncoder
Constructors
Functions
Properties
Inheritors
Constructors
Base
Gzip
Encoder
Link copied to clipboard
fun
BaseGzipEncoder
(
)
Functions
append
Link copied to clipboard
open
override
fun
append
(
value
:
Char
)
:
Appendable
expect
abstract
fun
append
(
value
:
CharSequence
?
)
:
Appendable
open
override
fun
append
(
value
:
CharSequence
?
,
startIndex
:
Int
,
endIndex
:
Int
)
:
Appendable
to
Byte
Array
Link copied to clipboard
abstract
fun
toByteArray
(
)
:
ByteArray
Properties
encoding
Link copied to clipboard
open
override
val
encoding
:
String
Inheritors
PreservingOriginGzipEncoder
Link copied to clipboard
GzipEncoder
Link copied to clipboard