| Interface | Description |
|---|---|
| IMemoryReadableResource |
Marker interface for readable resources that are "in-memory" only.
|
| Class | Description |
|---|---|
| AbstractMemoryReadableResource |
Abstract base class for an
IReadableResource that is not really a
resource but where the API does not offer alternatives. |
| ReadableResourceByteArray |
An in-memory
IReadableResource based on a byte array. |
| ReadableResourceInputStream |
An in-memory
IReadableResource based on an InputStream. |
| ReadableResourceString |
An in-memory
IReadableResource based on a String which is
converted to a byte array with the provided charset. |
Copyright © 2014–2017 Philip Helger. All rights reserved.