public class FileChunkDto extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LENGTH
All chunks normally have the same length: 1 MiB.
|
| Constructor and Description |
|---|
FileChunkDto() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
long |
getOffset() |
String |
getSha1() |
void |
setLength(int length) |
void |
setOffset(long offset) |
void |
setSha1(String sha1) |
protected String |
toString_getProperties() |
String |
toString() |
public static final int MAX_LENGTH
length property, too.public FileChunkDto()
Copyright © 2013–2019. All rights reserved.