mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +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;
|
return size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public byte[] getDigest() {
|
||||||
|
return digest;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void write(HOutput output) throws IOException {
|
public void write(HOutput output) throws IOException {
|
||||||
output.writeVarLong(size);
|
output.writeVarLong(size);
|
||||||
|
|
Loading…
Reference in a new issue