CompressionResult

data class CompressionResult(val protobufSize: Int, val compressedSize: Int, val dictId: Int, val wirePayload: ByteArray)(source)

Constructors

Link copied to clipboard
constructor(protobufSize: Int, compressedSize: Int, dictId: Int, wirePayload: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
val dictId: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int