| Package | Description |
|---|---|
| org.apache.commons.compress.archivers.cpio |
Provides stream classes for reading and writing archives using the CPIO format.
|
| Modifier and Type | Method and Description |
|---|---|
CpioArchiveEntry |
CpioArchiveOutputStream.createArchiveEntry(File inputFile,
String entryName)
Creates a new CpioArchiveEntry.
|
CpioArchiveEntry |
CpioArchiveOutputStream.createArchiveEntry(Path inputPath,
String entryName,
LinkOption... options)
Creates a new CpioArchiveEntry.
|
CpioArchiveEntry |
CpioArchiveInputStream.getNextCPIOEntry()
Deprecated.
|
CpioArchiveEntry |
CpioArchiveInputStream.getNextEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
CpioArchiveOutputStream.putArchiveEntry(CpioArchiveEntry entry)
Begins writing a new CPIO file entry and positions the stream to the
start of the entry data.
|
Copyright © 2002–2025. All rights reserved.