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

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

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

Methods in uk.org.retep.util.io.tar that return TarHeaderType
abstract  TarHeaderType TarHeader.getTarHeaderType()
          The TarHeaderType of this instance
 TarHeaderType StandardHeader.EndOfArchive.getTarHeaderType()
           
 TarHeaderType StandardHeader.RegularFile.getTarHeaderType()
           
 TarHeaderType StandardHeader.ARegularFile.getTarHeaderType()
           
 TarHeaderType StandardHeader.Directory.getTarHeaderType()
           
 TarHeaderType GnuHeader.DumpDir.getTarHeaderType()
           
 TarHeaderType GnuHeader.LongNameFile.getTarHeaderType()
           
 TarHeaderType GnuHeader.MultiVolume.getTarHeaderType()
           
 TarHeaderType GnuHeader.SparseFile.getTarHeaderType()
           
 TarHeaderType GnuHeader.VolumeHeader.getTarHeaderType()
           
static TarHeaderType TarHeaderType.valueOf(java.nio.ByteBuffer buffer)
           
static TarHeaderType TarHeaderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TarHeaderType[] TarHeaderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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