public abstract class FileSystem
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
FileSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Dispose the File system and release its resources.
|
abstract com.aspose.threed.Stream |
readFile(java.lang.String fileName,
IOConfig options)
Create a stream for reading dependencies.
|
abstract com.aspose.threed.Stream |
writeFile(java.lang.String fileName,
IOConfig options)
Create a stream for writing dependencies.
|
public abstract com.aspose.threed.Stream readFile(java.lang.String fileName,
IOConfig options)
throws java.io.IOException
fileName - options - java.io.IOExceptionpublic abstract com.aspose.threed.Stream writeFile(java.lang.String fileName,
IOConfig options)
throws java.io.IOException
fileName - options - java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException