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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.commons.compress.archivers.ArchiveEntry has the following implementations.
Click this link to see all its implementation.

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .
DategetLastModifiedDate()
The last modified date of the entry.
StringgetName()
The name of the entry in the archive.
longgetSize()
The (uncompressed) size of the entry.
booleanisDirectory()
True if the entry refers to a directory
StringtoString()
Returns a string representation of the object.