Modifier and Type | Class and Description |
---|---|
class |
DummyFileSystem
Read/write operations are dummy operations.
|
class |
LocalFileSystem
The
LocalFileSystem will maps the read/write operations to local directory. |
class |
MemoryFileSystem
The
MemoryFileSystem will maps the read/write operations to memory. |
Modifier and Type | Method and Description |
---|---|
FileSystem |
IOConfig.getFileSystem()
Allow user to handle how to manage the external dependencies during load/save.
|
Modifier and Type | Method and Description |
---|---|
void |
IOConfig.setFileSystem(FileSystem value)
Allow user to handle how to manage the external dependencies during load/save.
|
Copyright © 2019. All rights reserved.