| Package | Description |
|---|---|
| oracle.javatools.filesystem |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferFileSystemProvider
FileSystemProvider implementation suitable for use in the custom BufferFileSystem.
|
class |
ByteBufferFileSystemProvider
Implementation of BufferFileSystemProvider using
ByteBuffer
for Buffers. |
class |
StorageFileSystemProvider
FileSystemProvider implementation suitable for use in the custom StorageFileSystem.
|
| Modifier and Type | Field and Description |
|---|---|
protected FileSystemProviderImpl |
FileSystemImpl.provider |
| Modifier and Type | Method and Description |
|---|---|
FileSystemProviderImpl |
FileSystemImpl.provider() |
| Constructor and Description |
|---|
FileSystemImpl(FileSystemProviderImpl provider)
Create a new BufferFileSystem.
|