Commons Compress 1.5-redhat-1

org.apache.commons.compress.archivers.dump
Class DumpArchiveConstants

java.lang.Object
  extended by org.apache.commons.compress.archivers.dump.DumpArchiveConstants

public final class DumpArchiveConstants
extends Object

Various constants associated with dump archives.


Nested Class Summary
static class DumpArchiveConstants.COMPRESSION_TYPE
          The type of compression.
static class DumpArchiveConstants.SEGMENT_TYPE
          The type of tape segment.
 
Field Summary
static int CHECKSUM
           
static int FS_UFS2_MAGIC
           
static int HIGH_DENSITY_NTREC
           
static int LBLSIZE
           
static int NAMELEN
           
static int NFS_MAGIC
           
static int NTREC
           
static int OFS_MAGIC
           
static int TP_SIZE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TP_SIZE

public static final int TP_SIZE
See Also:
Constant Field Values

NTREC

public static final int NTREC
See Also:
Constant Field Values

HIGH_DENSITY_NTREC

public static final int HIGH_DENSITY_NTREC
See Also:
Constant Field Values

OFS_MAGIC

public static final int OFS_MAGIC
See Also:
Constant Field Values

NFS_MAGIC

public static final int NFS_MAGIC
See Also:
Constant Field Values

FS_UFS2_MAGIC

public static final int FS_UFS2_MAGIC
See Also:
Constant Field Values

CHECKSUM

public static final int CHECKSUM
See Also:
Constant Field Values

LBLSIZE

public static final int LBLSIZE
See Also:
Constant Field Values

NAMELEN

public static final int NAMELEN
See Also:
Constant Field Values

Commons Compress 1.5-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.