| Class | Description |
|---|---|
| InLineFileSystem |
Enables reading any inline file at a given offset and length.
|
| InLineFsDataInputStream |
Inline
FSDataInputStream. |
| InLineFSUtils |
Utils to parse InLineFileSystem paths.
|
| InMemoryFileSystem |
A FileSystem which stores all content in memory and returns a byte[] when
InMemoryFileSystem.getFileAsBytes() is called
This FileSystem is used only in write path. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.