| Package | Description |
|---|---|
| com.sprylab.xar.toc.model | |
| com.sprylab.xar.writer |
| Modifier and Type | Method and Description |
|---|---|
ChecksumAlgorithm |
SimpleChecksum.getStyle() |
ChecksumAlgorithm |
Checksum.getStyle() |
static ChecksumAlgorithm |
ChecksumAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumAlgorithm[] |
ChecksumAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleChecksum.setStyle(ChecksumAlgorithm style) |
void |
Checksum.setStyle(ChecksumAlgorithm style) |
| Modifier and Type | Method and Description |
|---|---|
ChecksumAlgorithm |
XarSource.getChecksumStyle() |
ChecksumAlgorithm |
XarFileSource.getChecksumStyle() |
ChecksumAlgorithm |
XarBaseSource.getChecksumStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
XarBaseSource.setChecksumStyle(ChecksumAlgorithm checksumStyle) |
| Constructor and Description |
|---|
XarFileSource(File file,
boolean compress,
ChecksumAlgorithm checksumStyle) |
XarWriter(ChecksumAlgorithm checksumAlgorithm) |
Copyright © 2016. All rights reserved.