org.apache.commons.compress.archivers.jar
public class JarArchiveOutputStream extends ZipArchiveOutputStream
ZipArchiveOutputStream.UnicodeExtraFieldPolicydef, DEFAULT_COMPRESSION, DEFLATED, EFS_FLAG, finished, STORED| Constructor and Description |
|---|
JarArchiveOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
putArchiveEntry(ArchiveEntry ze)
Writes the headers for an archive entry to the output stream.
|
canWriteEntryData, close, closeArchiveEntry, createArchiveEntry, deflate, finish, flush, getEncoding, isSeekable, setComment, setCreateUnicodeExtraFields, setEncoding, setFallbackToUTF8, setLevel, setMethod, setUseLanguageEncodingFlag, setUseZip64, write, writeCentralDirectoryEnd, writeCentralFileHeader, writeDataDescriptor, writeLocalFileHeader, writeOut, writeOut, writeZip64CentralDirectorycount, count, getBytesWritten, getCount, writewritepublic JarArchiveOutputStream(OutputStream out)
public void putArchiveEntry(ArchiveEntry ze) throws IOException
ZipArchiveOutputStreamArchiveOutputStream.closeArchiveEntry() to complete the process.putArchiveEntry in class ZipArchiveOutputStreamze - describes the entryIOExceptionCopyright © 2014 The Apache Software Foundation. All rights reserved.