Modifier and Type | Field and Description |
---|---|
ChecksumType |
CompressionMetadata.checksumType |
Constructor and Description |
---|
CompressionMetadata(java.lang.String indexFilePath,
long compressedLength,
ChecksumType checksumType) |
Modifier and Type | Method and Description |
---|---|
static Component |
Component.digestFor(ChecksumType checksumType) |
Modifier and Type | Method and Description |
---|---|
abstract ChecksumType |
Version.compressedChecksumType() |
abstract ChecksumType |
Version.uncompressedChecksumType() |
Constructor and Description |
---|
ChecksumValidator(ChecksumType checksumType,
RandomAccessReader reader,
java.lang.String dataFilename) |
Constructor and Description |
---|
CompressedInputStream(java.io.InputStream source,
CompressionInfo info,
ChecksumType checksumType,
java.util.function.Supplier<java.lang.Double> crcCheckChanceSupplier) |
Modifier and Type | Method and Description |
---|---|
static ChecksumType |
ChecksumType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumType[] |
ChecksumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 The Apache Software Foundation