public class UnicodeCommentExtraField extends AbstractUnicodeExtraField
Stores the UTF-8 version of the file comment as stored in the central directory header.
| Modifier and Type | Field and Description | 
|---|---|
| static ZipShort | UCOM_ID | 
EXTRAFIELD_HEADER_SIZE| Constructor and Description | 
|---|
| UnicodeCommentExtraField() | 
| UnicodeCommentExtraField(String comment,
                        byte[] bytes)Assemble as unicode comment extension from the comment given as
 text as well as the bytes actually written to the archive. | 
| UnicodeCommentExtraField(String text,
                        byte[] bytes,
                        int off,
                        int len)Assemble as unicode comment extension from the name given as
 text as well as the encoded bytes actually written to the archive. | 
| Modifier and Type | Method and Description | 
|---|---|
| ZipShort | getHeaderId()The Header-ID. | 
getCentralDirectoryData, getCentralDirectoryLength, getLocalFileDataData, getLocalFileDataLength, getNameCRC32, getUnicodeName, parseFromCentralDirectoryData, parseFromLocalFileData, setNameCRC32, setUnicodeNamepublic UnicodeCommentExtraField()
public UnicodeCommentExtraField(String text, byte[] bytes, int off, int len)
text - The file namebytes - the bytes actually written to the archiveoff - The offset of the encoded comment in bytes.len - The length of the encoded comment or comment in
 bytes.public UnicodeCommentExtraField(String comment, byte[] bytes)
comment - The file commentbytes - the bytes actually written to the archivepublic ZipShort getHeaderId()
ZipExtraFieldCopyright © 2018 The Apache Software Foundation. All rights reserved.