| Package | Description |
|---|---|
| com.hadoop.compression.lzo |
| Modifier and Type | Method and Description |
|---|---|
static DChecksum |
DChecksum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DChecksum[] |
DChecksum.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.verifyDChecksum(DChecksum typ,
int checksum)
Given a checksum type, verify its value against that observed in
decompressed 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.