Uses of Class
uk.org.retep.util.io.tar.TarHeader

Packages that use TarHeader
uk.org.retep.util.io.tar Unix Tar archive support. 
 

Uses of TarHeader in uk.org.retep.util.io.tar
 

Subclasses of TarHeader in uk.org.retep.util.io.tar
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.
static class StandardHeader.ARegularFile
          A Regular file (using TarHeaderType.AREGULAR_FILE}
static class StandardHeader.Directory
           
static class StandardHeader.EndOfArchive
          Special header used to mark the end of an archive.
static class StandardHeader.RegularFile
          A Regular file who's filename fits the Posix standard.
static class TarHeader.FileHeader
          Base class for file entries
static class TarHeader.NamedHeader
          Base class of all TarHeader's that use the name field.
 

Fields in uk.org.retep.util.io.tar declared as TarHeader
protected  TarHeader TarHeader.prevHeader
          The TarHeader to write prior to this one
protected  TarHeader TarHeader.succHeader
          The TarHeader to write after this one
 

Methods in uk.org.retep.util.io.tar that return TarHeader
static TarHeader TarFactory.createHeader(java.io.File file)
          Create a TarHeader based on the given File.
static TarHeader TarFactory.createHeader(java.io.File file, java.lang.String fileName)
          Create a TarHeader based on the given File.
static TarHeader TarFactory.createVolumeHeader(java.lang.String name)
          Create a volume header (i.e.
 TarHeader TarHeader.getPrevHeader()
           
 TarHeader TarHeader.getSuccHeader()
           
 

Methods in uk.org.retep.util.io.tar with parameters of type TarHeader
 void WritableTarChannel.putNextEntry(TarHeader header)
          Write the supplied TarHeader to the archive
 void WritableTar.putNextEntry(TarHeader header)
          Write the supplied TarHeader to the archive
 void TarOutputStream.putNextEntry(TarHeader header)
          Write the supplied TarHeader to the archive
 void TarHeader.setPrevHeader(TarHeader prevHeader)
           
 void TarHeader.setSuccHeader(TarHeader succHeader)
           
 



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