Uses of Class
bb.io.FileParent

Packages that use FileParent
bb.io Provides classes and interfaces for Input/Output (I/O) operations. 
 

Uses of FileParent in bb.io
 

Methods in bb.io with parameters of type FileParent
private static void TarUtil.archive(File path, FileParent fileParent, org.apache.commons.compress.archivers.tar.TarArchiveOutputStream tarArchiveOutputStream, FileFilter filter)
          Writes path as a new TarArchiveEntry to tarArchiveOutputStream.
private static void ZipUtil.archive(File path, FileParent fileParent, ZipOutputStream zipOutputStream, FileFilter filter)
          Writes path as a new ZipEntry to the ZipOutputStream.