SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.performance
/
BatchCompressor
Batch
Compressor
class
BatchCompressor
(
type
:
CompressionType
=
CompressionType.default()
,
batchSize
:
Int
=
1000
)
(
source
)
Members
Constructors
Batch
Compressor
Link copied to clipboard
constructor
(
type
:
CompressionType
=
CompressionType.default()
,
batchSize
:
Int
=
1000
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
compress
Link copied to clipboard
fun
compress
(
data
:
ByteArray
)
:
CompressedData
fun
compress
(
data
:
List
<
ByteArray
>
)
:
CompressedData