CpioReader
cpio reader for the two portable ASCII dialects: newc/crc (magic 070701/070702, hex fields, 4-byte padding) and odc (magic 070707, octal fields, no padding). The archive ends at the TRAILER!!! entry. Old binary cpio is not handled.
Functions
Link copied to clipboard
List members from the header/directory only.
Link copied to clipboard
open override fun read(entry: ArchiveEntry, limits: ArchiveLimits = ArchiveLimits.DEFAULT): ByteArray
Read one entry's uncompressed bytes, enforcing limits.