Package org.syncany.chunk
Class Chunk
- java.lang.Object
-
- org.syncany.chunk.Chunk
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getChecksum()
byte[]
getContent()
byte[]
getFileChecksum()
int
getSize()
-
-
-
Method Detail
-
getChecksum
public byte[] getChecksum()
-
getContent
public byte[] getContent()
-
getFileChecksum
public byte[] getFileChecksum()
-
getSize
public int getSize()
-
-