public long calculateAdler32(byte[] data){Adler32 adler = new Adler32();adler.update(data);return adler.getValue();}
No comments:
Post a Comment