public final class BodyCompressionMethod extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
BUFFER
Each constituent buffer is first compressed with the indicated
compressor, and then written with the uncompressed length in the first 8
bytes as a 64-bit little-endian signed integer followed by the compressed
buffer bytes (and then padding as required by the protocol).
|
static String[] |
names |
public static final byte BUFFER
public static final String[] names
public static String name(int e)
Copyright © 2023 The Apache Software Foundation. All rights reserved.