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

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

public abstract class StandardHeader
extends java.lang.Object

A TarHeader for a standard file

Author:
peter

Nested Class Summary
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.
 
Constructor Summary
StandardHeader()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardHeader

public StandardHeader()


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