
Write an archive record to the archive, where the record may be
inside of a larger array buffer. The buffer must be "offset plus
record size" long.
Parameters:
-
buf - The buffer containing the record data to write.
-
offset - The offset of the record data within buf.
Throws:
-
java.io.IOException - on error