@ReturnValuesAreNonnullByDefault @ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| FileStore |
A high-level representation of a store of files.
|
| FileStore.InputStreamConsumer | |
| FileStore.InputStreamExtractor<T> | |
| FileStore.InputStreamSupplier | |
| FileStore.OutputStreamWriter | |
| FileStore.Path |
Represents a Path within a
FileStore. |
| FileStore.Reader |
Represents read operations on a file within a
FileStore. |
| FileStore.Writer |
Represents write operations on a file in a
FileStore. |
| Snapshot |
Represents a snapshot of a
FileStore.Path. |
| WriteOnlyPath |
Represents write operations on a file.
|
| Class | Description |
|---|---|
| DataSize |
A representation of data quantity.
|
| InputStreamAndMeta |
An aggregate of an
InputStream and additional metadata. |
Copyright © 2021–2024 Atlassian. All rights reserved.