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

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

Introduction

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

The text is from its open source code.

Constructor

ArArchiveEntry(String name, long length)
Create a new instance using a couple of default values.
ArArchiveEntry(File inputFile, String entryName)
Create a new instance using the attributes of the given file
ArArchiveEntry(String name, long length, int userId, int groupId, int mode, long lastModified)
Create a new instance.

Method

intgetGroupId()
longgetLastModified()
Last modified time in seconds since the epoch.
longgetLength()
intgetMode()
StringgetName()
longgetSize()
intgetUserId()