Package | Description |
---|---|
org.apache.commons.compress.archivers.cpio |
Provides stream classes for reading and writing archives using
the CPIO format.
|
Modifier and Type | Field and Description |
---|---|
private CpioArchiveEntry |
CpioArchiveInputStream.entry |
private CpioArchiveEntry |
CpioArchiveOutputStream.entry |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,CpioArchiveEntry> |
CpioArchiveOutputStream.names |
Modifier and Type | Method and Description |
---|---|
CpioArchiveEntry |
CpioArchiveInputStream.getNextCPIOEntry()
Reads the next CPIO file entry and positions stream at the beginning of
the entry data.
|
private CpioArchiveEntry |
CpioArchiveInputStream.readNewEntry(boolean hasCrc) |
private CpioArchiveEntry |
CpioArchiveInputStream.readOldAsciiEntry() |
private CpioArchiveEntry |
CpioArchiveInputStream.readOldBinaryEntry(boolean swapHalfWord) |
Modifier and Type | Method and Description |
---|---|
private void |
CpioArchiveOutputStream.writeHeader(CpioArchiveEntry e) |
private void |
CpioArchiveOutputStream.writeNewEntry(CpioArchiveEntry entry) |
private void |
CpioArchiveOutputStream.writeOldAsciiEntry(CpioArchiveEntry entry) |
private void |
CpioArchiveOutputStream.writeOldBinaryEntry(CpioArchiveEntry entry,
boolean swapHalfWord) |