public class FileArchiveReader extends ArchiveReader
archive, shareArchive
Constructor and Description |
---|
FileArchiveReader(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
expandFileArchive(java.lang.String folderArchiveName)
Explode the existing compound file archive to a folder that contains
corresponding files in it.
|
close, exists, getArchive, getInputStream, getName, getStream, listAllStreams, listStreams, lock, open, unlock
public FileArchiveReader(java.lang.String fileName) throws java.io.IOException
fileName
- -
the absolute name of the file archivejava.io.IOException
public void expandFileArchive(java.lang.String folderArchiveName) throws java.io.IOException
folderArchiveName
- -
the name of the folder archive.java.io.IOException
Copyright © 2008 Actuate Corp. All rights reserved.