Java org.apache.commons.compress.archivers.jar JarArchiveEntry fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.archivers.jar JarArchiveEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.archivers.jar JarArchiveEntry.

The text is from its open source code.

Constructor

Method

intgetMethod()
Returns the compression method of this entry, or -1 if the compression method has not been specified.
StringgetName()
Get the name of the entry.
longgetSize()
Returns the uncompressed size of the entry data.
booleanisDirectory()
Is this entry a directory?
voidsetComment(String comment)
Sets the optional comment string for the entry.
voidsetCompressedSize(long csize)
Sets the size of the compressed entry data.
voidsetTime(long time)
Sets the last modification time of the entry.
voidsetUnixMode(int mode)
Sets Unix permissions in a way that is understood by Info-Zip's unzip command.