Package | Description |
---|---|
org.apache.archiva.checksum |
Modifier and Type | Method and Description |
---|---|
Checksum |
Checksum.finish() |
Checksum |
Checksum.update(byte[] buffer,
int offset,
int size) |
Checksum |
Checksum.update(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
static List<Checksum> |
ChecksumUtil.initializeChecksums(Path file,
List<ChecksumAlgorithm> checksumAlgorithms) |
static List<Checksum> |
ChecksumUtil.newChecksums(List<ChecksumAlgorithm> checksumAlgorithms) |
Modifier and Type | Method and Description |
---|---|
static void |
ChecksumUtil.update(Checksum checksum,
Path file) |
Modifier and Type | Method and Description |
---|---|
static void |
ChecksumUtil.update(List<Checksum> checksumList,
Path file) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.