| Package | Description |
|---|---|
| net.lecousin.framework.io.provider |
Providers of IO (allow to open IO on demand).
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IOProvider.Readable
Provider for a IO.Readable.
|
static interface |
IOProvider.Readable.KnownSize
Provider for a IO.Readable with KnownSize.
|
static interface |
IOProvider.Readable.Seekable
Provider for a IO.Readable.Seekable.
|
static interface |
IOProvider.Readable.Seekable.KnownSize
Provider for a IO.Readable.Seekable with KnownSize.
|
static interface |
IOProvider.ReadWrite
Provider a IO Readable and Writable.
|
static interface |
IOProvider.ReadWrite.KnownSize |
static interface |
IOProvider.ReadWrite.KnownSize.Resizable |
static interface |
IOProvider.ReadWrite.Seekable
Provider a IO Readable.Seekable and Writable.Seekable.
|
static interface |
IOProvider.ReadWrite.Seekable.KnownSize |
static interface |
IOProvider.ReadWrite.Seekable.KnownSize.Resizable |
static interface |
IOProvider.Writable
Provider for a IO.Writable.
|
static interface |
IOProvider.Writable.KnownSize
Provider for a IO.Writable with KnownSize.
|
static interface |
IOProvider.Writable.KnownSize.Resizable
Provider for a IO.Writable with Resizable.
|
static interface |
IOProvider.Writable.Seekable
Provider for a IO.Writable.Seekable.
|
static interface |
IOProvider.Writable.Seekable.KnownSize
Provider for a IO.Writable.Seekable with KnownSize.
|
static interface |
IOProvider.Writable.Seekable.KnownSize.Resizable
Provider for a IO.Writable.Seekable with Resizable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayIOProvider
Implement IOProvider for readable and writable, for a given bytes array.
|
class |
FileIOProvider
IOProvider from a file.
|
static class |
SubIOProvider.Readable
Readable SubIO provider.
|
| Modifier and Type | Method and Description |
|---|---|
IOProvider |
IOProviderFrom.get(T from)
Get a IOProvider.
|
IOProvider |
IOProviderFromURI.get(URI from) |
Copyright © 2019. All rights reserved.