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.IOException
public ZipArchiveFileSystem(com.aspose.threed.Stream stream) throws java.io.IOException
ZipArchiveFileSystem
through a stream.stream
- java.io.IOException
public ZipArchiveFileSystem(java.lang.String fileName) throws java.io.IOException
ZipArchiveFileSystem
through a file name.fileName
- java.io.IOException
public com.aspose.threed.Stream readFile(java.lang.String fileName, IOConfig options) throws java.io.IOException
readFile
in class FileSystem
fileName
- options
- java.io.IOException
public com.aspose.threed.Stream writeFile(java.lang.String fileName, IOConfig options)
writeFile
in class FileSystem
fileName
- options
- public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class FileSystem
java.io.IOException