package
0.4.5
Repository: https://github.com/cea-hpc/sshproxy.git
Documentation: pkg.go.dev

# Functions

Decode reads a binary record from an io.Reader and fills the provided *Record struct.
Encode writes a *Record struct into its binary representation in the provided io.Writer.
NewReader reads records from an io.Reader.
NewWriter writes records to an io.Writer.
ReadHeader reads file information from a *bufio.Reader.
WriteHeader writes file information to an io.Writer.

# Structs

FileHeader is the binary header of a record file.
FileInfo is a high-level structure to the file header.
Header represents the binary header of a record.
Reader parses record file.
A Record represents the data read from or written to a file descriptor.
Writer writes records into a file.