MCPcopy Create free account
hub / github.com/apache/ant / isEqual

Method isEqual

src/main/org/apache/tools/tar/TarEntry.java:1115–1145  ·  view source on GitHub ↗

Compare byte buffers, optionally ignoring trailing nulls @param buffer1 byte[] @param offset1 int @param length1 int @param buffer2 byte[] @param offset2 int @param length2 int @param ignoreTrailingNulls boolean @return true if buffer1 and buffer2 have same contents, having regard to traili

(
            final byte[] buffer1, final int offset1, final int length1,
            final byte[] buffer2, final int offset2, final int length2,
            boolean ignoreTrailingNulls)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

matchAsciiBufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected