| Modifier and Type | Interface and Description |
|---|---|
interface |
IHasByteArray
Base interface for all objects owning a byte array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayWrapper
A straight forward implementation of
IHasByteArray |
| 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 | Interface and Description |
|---|---|
interface |
IMemoryReadableResource
Marker interface for readable resources that are "in-memory" only.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMemoryReadableResource
Abstract base class for an
IReadableResource that is not really a
resource but where the API does not offer alternatives. |
class |
ReadableResourceByteArray
An in-memory
IReadableResource based on a byte array. |
class |
ReadableResourceInputStream
An in-memory
IReadableResource based on an InputStream. |
class |
ReadableResourceString
An in-memory
IReadableResource based on a String which is
converted to a byte array with the provided charset. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWrappedReadableResource
Interface for readable resources that are "wrapped".
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWrappedReadableResource
A wrapper around a readable resource for
InputStream manipulation . |
class |
GZIPReadableResource
A readable resource that is GZIP compressed.
|
| 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. |
Copyright © 2014–2019 Philip Helger. All rights reserved.