Write an octal long integer into a buffer. Uses #formatUnsignedOctalString to format the value as an octal string with leading zeros. The converted number is followed by a space. @param value The value to write as octal @param buf The destinationbuffer. @param offset The starting offset in
(final long value, final byte[] buf, final int offset, final int length)
source not stored for this graph (policy: none)
no test coverage detected