| Package | Description |
|---|---|
| com.helger.commons.io.resource | |
| com.helger.commons.io.resource.inmemory | |
| com.helger.commons.io.resource.wrapped |
| 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.
|
interface |
IWritableResource
Base interface for an abstract writable resource.
|
| 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 |
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 | Class and Description |
|---|---|
class |
AbstractWrappedReadableResource
A wrapper around a readable resource for
InputStream manipulation . |
class |
AbstractWrappedWritableResource
A wrapper around a writable resource for
OutputStream manipulation . |
class |
GZIPReadableResource
A readable resource that is GZIP compressed.
|
class |
GZIPWritableResource
A writable resource that is GZIP compressed.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.