| Package | Description |
|---|---|
| com.hadoop.compression.lzo |
| Modifier and Type | Method and Description |
|---|---|
static CChecksum |
CChecksum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CChecksum[] |
CChecksum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LzopDecompressor.verifyCChecksum(CChecksum typ,
int checksum)
Given a checksum type, verity its value against that observed in
compressed data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LzopDecompressor.initHeaderFlags(EnumSet<DChecksum> dflags,
EnumSet<CChecksum> cflags)
Given a set of decompressed and compressed checksums,
|
Copyright © 2016. All Rights Reserved.