public class DebFileWriter extends Object implements AutoCloseable
| Constructor and Description |
|---|
DebFileWriter(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream |
openControl() |
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream |
openData() |
public DebFileWriter(File file) throws IOException
IOExceptionpublic org.apache.commons.compress.archivers.tar.TarArchiveOutputStream openControl()
throws IOException
IOExceptionpublic org.apache.commons.compress.archivers.tar.TarArchiveOutputStream openData()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2018. All rights reserved.