9596979899100101102103104105
if (!(other instanceof Blob)) { return false; } Blob that = (Blob) other; return Arrays.equals(sha256(), that.sha256()); } private static void close(InputStream s) { try { s.close();