| Modifier and Type | Interface and Description |
|---|---|
interface |
IReadableResource
Base interface for an abstract readable resource.
|
interface |
IReadWriteResource
Base interface for an abstract resource that is both readable and writable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathResource
Wraps a class path object as a readable resource.
|
class |
FileSystemResource
Implementation of the
IReadableResource and
IWritableResource interfaces for file system
objects. |
class |
URLResource
Implementation of the
IReadableResource interface for URL objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayInputStreamProvider
An
InputStream provider based on a byte array. |
class |
ByteBufferInputStreamProvider
An
InputStream provider based on a
ByteBuffer. |
class |
StringInputStreamProvider
An
InputStream provider based on a String. |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroDOMInputStreamProvider
A special input stream provider that takes an existing
IMicroNode and
converts it to a byte array. |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMInputStreamProvider
A special input stream provider that takes an existing
Node and
converts it to a byte array. |
Copyright © 2006–2014 phloc systems. All rights reserved.