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.IOException
public abstract com.aspose.threed.Stream writeFile(java.lang.String fileName, IOConfig options) throws java.io.IOException
fileName
- options
- java.io.IOException
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable