Uses of Class
com.ice.tar.TarHeader

Uses of TarHeader in com.ice.tar
 

Fields in com.ice.tar declared as TarHeader
protected  TarHeader TarEntry.header
          This is the entry's header information.
 

Methods in com.ice.tar that return TarHeader
 TarHeader TarEntry.getHeader()
          Get this entry's header.
 

Methods in com.ice.tar with parameters of type TarHeader
 void TarEntry.getFileTarHeader(TarHeader hdr, File file)
          Fill in a TarHeader with information from a File.
 void TarEntry.parseTarHeader(TarHeader hdr, byte[] headerBuf)
          Parse an entry's TarHeader information from a header buffer.
 void TarEntry.nameTarHeader(TarHeader hdr, String name)
          Fill in a TarHeader given only the entry's name.
 



This software has been placed into the public domain.