Interface | Description |
---|---|
IFixedLocationResourceStream |
Non-dynamic resource streams point to fixed locations, like a file or a url.
|
IResourceStream |
Interface to a streamed resource.
|
IResourceStreamWriter |
Special IResourceStream implementation that a Resource can return when it directly wants to write
to an output stream instead of return the
IResourceStream.getInputStream() . |
IStringResourceStream |
A resource that can be converted to a String representation, possibly using an explicit Charset.
|
Class | Description |
---|---|
AbstractResourceStream | |
AbstractResourceStreamWriter |
Base implementation of an IResourceStreamWriter so that you only have to override the
IResourceStreamWriter.write(java.io.OutputStream) . |
AbstractStringResourceStream |
Base class for string resources.
|
FileResourceStream |
A FileResourceStream is an IResource implementation for files.
|
FileSystemResourceStream |
A FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.
|
ResourceStreamWrapper |
A IResourceStream that wraps another resource stream
|
ResourceUtils | |
ResourceUtils.PathLocale | |
StringBufferResourceStream |
A string resource that can be appended to.
|
StringResourceStream |
A StringResourceStream is an IResource implementation for strings.
|
XSLTResourceStream |
IResourceStream that applies XSLT on an input IResourceStream . |
ZipResourceStream |
An IResourceStream that ZIPs a directory's contents on the fly
|
Exception | Description |
---|---|
ResourceStreamNotFoundException |
Thrown if a required resource cannot be found.
|
Base support for resources.
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.