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

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

Introduction

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

The text is from its open source code.

Field

intMAGIC_OFFSET
Offset of start of magic field within header record
intMAGICLEN
The length of the magic field in a header buffer.
byteLF_SYMLINK
Symbolic link file type.
StringMAGIC_POSIX
The magic tag representing a POSIX tar archive.