Class FileArchiveReader

  • All Implemented Interfaces:
    IDocArchiveReader

    public class FileArchiveReader
    extends ArchiveReader
    file based archive reader. It reads multiple streams from a single physical file. the file is created by FileArchiveWriter.
    • Constructor Detail

      • FileArchiveReader

        public FileArchiveReader​(java.lang.String fileName)
                          throws java.io.IOException
        Parameters:
        fileName - - the absolute name of the file archive
        Throws:
        java.io.IOException
    • Method Detail

      • expandFileArchive

        public void expandFileArchive​(java.lang.String folderArchiveName)
                               throws java.io.IOException
        Explode the existing compound file archive to a folder that contains corresponding files in it. NOTE: The original file archive will NOT be deleted. However, if the specified folder archive exists already, its old content will be totally erased first.
        Parameters:
        folderArchiveName - - the name of the folder archive.
        Throws:
        java.io.IOException