public class ZipArchiveFileSystem extends FileSystem
| Constructor and Description |
|---|
ZipArchiveFileSystem(com.aspose.threed.Stream stream)
Construct a
ZipArchiveFileSystem through a stream. |
ZipArchiveFileSystem(com.aspose.threed.Stream stream,
java.lang.String baseDir)
Construct a
ZipArchiveFileSystem through a stream. |
ZipArchiveFileSystem(java.lang.String fileName)
Construct a
ZipArchiveFileSystem through a file name. |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Dispose the ZipArchiveFileSystem and release its internal resources.
|
com.aspose.threed.Stream |
readFile(java.lang.String fileName,
IOConfig options)
Open file for reading
|
com.aspose.threed.Stream |
writeFile(java.lang.String fileName,
IOConfig options)
Open file for writing, not implemented in this class.
|
public ZipArchiveFileSystem(com.aspose.threed.Stream stream,
java.lang.String baseDir)
throws java.io.IOException
ZipArchiveFileSystem through a stream.stream - baseDir - java.io.IOExceptionpublic ZipArchiveFileSystem(com.aspose.threed.Stream stream)
throws java.io.IOException
ZipArchiveFileSystem through a stream.stream - java.io.IOExceptionpublic ZipArchiveFileSystem(java.lang.String fileName)
throws java.io.IOException
ZipArchiveFileSystem through a file name.fileName - java.io.IOExceptionpublic com.aspose.threed.Stream readFile(java.lang.String fileName,
IOConfig options)
throws java.io.IOException
readFile in class FileSystemfileName - options - java.io.IOExceptionpublic com.aspose.threed.Stream writeFile(java.lang.String fileName,
IOConfig options)
writeFile in class FileSystemfileName - options - public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class FileSystemjava.io.IOException