| Package | Description |
|---|---|
| com.helger.commons.io.resource | |
| com.helger.commons.io.resource.wrapped | |
| com.helger.commons.io.streamprovider |
| Modifier and Type | Interface and Description |
|---|---|
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 |
FileSystemResource
Implementation of the
IReadableResource and
IWritableResource interfaces for file
system objects. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWrappedWritableResource
Interface for writable resources that are "wrapped".
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWrappedWritableResource
A wrapper around a writable resource for
OutputStream manipulation . |
class |
GZIPWritableResource
A writable resource that is GZIP compressed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayOutputStreamProvider
An
OutputStream provider based on a byte array. |
Copyright © 2014–2019 Philip Helger. All rights reserved.