Structures
- CPIOArchiveReader
-
CPIOArchiveReaderreadscpiofiles. - CPIOArchiveReaderIterator
- CPIOArchiveWriter
-
CPIOArchiveWritercreatescpioarchives. - Checksum
-
Checksum is the sum of all bytes in the file data. This sum is computed treating all bytes as unsigned values and using unsigned arithmetic. Only the least-significant 32 bits of the sum are stored. (From go-cpio's documentation).
- FileMode
-
A
FileModecontains a file's permissions and file type. - Header
-
The
cpioheader.
Enumerations
- CPIOArchiveType
-
The type of CPIO archive you would like to write or read.
- CPIOArchiveError
-
Errors that may occur while writing or reading CPIO archives.
- FileType
-
FileTypespecifies the type of file in an archive.
Operators
- &^
Extensions
- String