| Package | Description |
|---|---|
| com.helger.commons.io.resource | |
| 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 | Class and Description |
|---|---|
class |
ByteArrayOutputStreamProvider
An
OutputStream provider based on a byte array. |
Copyright © 2014–2016 Philip Helger. All rights reserved.