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

Method parseOctal

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

Parse an octal string from a buffer. Leading spaces are ignored. The buffer must contain a trailing space or NUL, and may contain an additional trailing space or NUL. The input buffer is allowed to contain all NULs, in which case the method returns 0L (this allows for missing fields).</p

(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 2

parseOctalOrBinaryMethod · 0.95
parseTarHeaderMethod · 0.95

Calls 1

exceptionMessageMethod · 0.95

Tested by

no test coverage detected