package tar-format
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Unix I/O for tar-formatted data
val really_read : Unix.file_descr -> Cstruct.t -> unit
really_read fd buf
fills buf
with data from fd
or raises End_of_file
val really_write : Unix.file_descr -> Cstruct.t -> unit
really_write fd buf
writes the full contents of buf
to fd
or raises End_of_file
module Header : sig ... end
val write_block :
?level:Header.compatibility ->
Header.t ->
(Unix.file_descr -> unit) ->
Unix.file_descr ->
unit
write_block hdr write_body fd
is DEPRECATED. It writes hdr
, then calls write_body fd
to write the body, then zero-pads so the stream is positioned for the next block.
val write_end : Unix.file_descr -> unit
write_end fd
is DEPRECATED. It writes a stream terminator to fd
module Archive : sig ... end
Utility functions for operating over whole tar archives
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>