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

Method parseName

src/main/org/apache/tools/tar/TarUtils.java:265–276  ·  view source on GitHub ↗

Parse an entry name from a buffer. Parsing stops when a NUL is found or the buffer length is reached. @param buffer The buffer from which to parse. @param offset The offset into the buffer from which to parse. @param length The maximum number of bytes to parse. @return The entry name.

(final byte[] buffer, final int offset, final int length)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseTarHeaderMethod · 0.95

Calls 3

getNulByteEquivalentMethod · 0.95
decodeMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected