public class Checksum extends Object
| Constructor and Description |
|---|
Checksum() |
| Modifier and Type | Method and Description |
|---|---|
long |
getOffset() |
long |
getSize() |
ChecksumAlgorithm |
getStyle() |
void |
setOffset(long offset) |
void |
setSize(long size) |
void |
setStyle(ChecksumAlgorithm style) |
public ChecksumAlgorithm getStyle()
public long getSize()
public long getOffset()
public void setStyle(ChecksumAlgorithm style)
style - the style to setpublic void setSize(long size)
size - the size to setpublic void setOffset(long offset)
offset - the offset to setCopyright © 2016. All rights reserved.