public class JarArchiveOutputStream extends ZipArchiveOutputStream
ZipArchiveOutputStream.UnicodeExtraFieldPolicy
Modifier and Type | Field and Description |
---|---|
private boolean |
jarMarkerAdded |
def, DEFAULT_COMPRESSION, DEFLATED, EFS_FLAG, finished, STORED
Constructor and Description |
---|
JarArchiveOutputStream(java.io.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, write, writeCentralDirectoryEnd, writeCentralFileHeader, writeDataDescriptor, writeLocalFileHeader, writeOut, writeOut
count, count, getBytesWritten, getCount, write
public void putArchiveEntry(ArchiveEntry ze) throws java.io.IOException
ZipArchiveOutputStream
ArchiveOutputStream.closeArchiveEntry()
to complete the process.putArchiveEntry
in class ZipArchiveOutputStream
ze
- describes the entryjava.io.IOException