uk.org.retep.util.io.tar
Interface WritableTar

All Known Implementing Classes:
TarOutputStream, WritableTarChannel

public interface WritableTar

An object that can be used to write a Tar archive

Author:
peter

Method Summary
 void closeEntry()
          Close the current entry
 void putNextEntry(TarHeader header)
          Write the supplied TarHeader to the archive
 

Method Detail

putNextEntry

void putNextEntry(TarHeader header)
                  throws java.io.IOException
Write the supplied TarHeader to the archive

Parameters:
header -
Throws:
java.io.IOException

closeEntry

void closeEntry()
                throws java.io.IOException
Close the current entry

Throws:
java.io.IOException


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