| Package | Description |
|---|---|
| net.lecousin.framework.application.libraries.classloader |
Class loaders when libraries are loaded dynamically.
|
| net.lecousin.framework.io.provider |
Providers of IO (allow to open IO on demand).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClassLoader
Abstract class loader.
|
class |
DirectoryClassLoader
Class loader from a directory containing class files.
|
class |
ZipClassLoader
JAR class loader.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IOProviderFrom.Readable.KnownSize<T> |
static interface |
IOProviderFrom.Readable.Seekable<T> |
static interface |
IOProviderFrom.Readable.Seekable.KnownSize<T> |
static interface |
IOProviderFrom.ReadWrite<T>
Get a IOProvider.ReadWrite from an information.
|
static interface |
IOProviderFrom.ReadWrite.KnownSize<T> |
static interface |
IOProviderFrom.ReadWrite.KnownSize.Resizable<T> |
static interface |
IOProviderFrom.ReadWrite.Seekable<T> |
static interface |
IOProviderFrom.ReadWrite.Seekable.KnownSize<T> |
static interface |
IOProviderFrom.ReadWrite.Seekable.KnownSize.Resizable<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
FileIOProviderFromSubPath
IOProviderFromName using a directory to provide FileIO.
|
class |
IOProviderFromPathUsingClassloader
Provide IO.Readable from resources available from a class loader.
|
Copyright © 2019. All rights reserved.