public class ZipArchiveFileSystem extends FileSystem
Constructor and Description |
---|
ZipArchiveFileSystem(com.aspose.threed.Stream stream)
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 File system and release its resources.
|
com.aspose.threed.Stream |
readFile(java.lang.String fileName,
IOConfig options)
Create a stream for reading dependencies.
|
com.aspose.threed.Stream |
writeFile(java.lang.String fileName,
IOConfig options)
Create a stream for writing dependencies.
|
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
FileSystem
readFile
in class FileSystem
java.io.IOException
public com.aspose.threed.Stream writeFile(java.lang.String fileName, IOConfig options)
FileSystem
writeFile
in class FileSystem
public void close() throws java.io.IOException
FileSystem
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class FileSystem
java.io.IOException