uk.org.retep.util.io.tar
Class GnuHeader

java.lang.Object
  extended by uk.org.retep.util.io.tar.GnuHeader

public abstract class GnuHeader
extends java.lang.Object

A TarHeader for a standard file

Author:
peter

Nested Class Summary
static class GnuHeader.DumpDir
          This represents a directory and a list of files created by the '--incremental' ('-G') option to gnu tar.
static class GnuHeader.LongNameFile
          A Regular file who's name is longer than supported by the Posix standard
static class GnuHeader.MultiVolume
          This represents a file continued from another volume of a multi-volume archive created with the '--multi-volume' ('-M') option to gnu tar.
static class GnuHeader.SparseFile
          This flag indicates that we are dealing with a sparse file.
static class GnuHeader.VolumeHeader
          This file type is used to mark the volume header that was given with the '--label=archive-label' ('-V archive-label') option in gnu tar when the archive was created.
 
Constructor Summary
GnuHeader()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GnuHeader

public GnuHeader()


Copyright © 1998-2010 Retep Development Group. All Rights Reserved.