Uses of Class com.ice.tar.TarHeader

Uses in package com.ice.tar

Fields of type com.ice.tar.TarHeader

TarHeader
This is the entry's header information.

Methods with parameter type com.ice.tar.TarHeader

void
Fill in a TarHeader with information from a File.
void
TarEntry.nameTarHeader(TarHeader hdr, String name)
Fill in a TarHeader given only the entry's name.
void
TarEntry.parseTarHeader(TarHeader hdr, byte[] headerBuf)
Parse an entry's TarHeader information from a header buffer.

Methods with return type com.ice.tar.TarHeader

TarHeader
Get this entry's header.

This software has been placed into the public domain.