mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FEATURE] Public getDigest()
This commit is contained in:
parent
5a0ff3610b
commit
df04b459be
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ public long size() {
|
|||
return size;
|
||||
}
|
||||
|
||||
public byte[] getDigest() {
|
||||
return digest;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void write(HOutput output) throws IOException {
|
||||
output.writeVarLong(size);
|
||||
|
|
Loading…
Reference in a new issue