Java org.apache.commons.compress.tar TarEntry fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

TarEntry(final String name)
Construct an entry with only a name.
TarEntry(final File file)
Construct an entry for a file.
TarEntry(final byte[] header)
Construct an entry from an archive's header bytes.

Method

StringgetName()
Get this entry's name.
voidsetSize(final long size)
Set this entry's file size.