| Package | Description |
|---|---|
| com.phloc.commons.io | |
| com.phloc.commons.io.resource | |
| com.phloc.commons.io.streamprovider | |
| com.phloc.commons.microdom.reader | |
| com.phloc.commons.xml.transform |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOutputStreamAndWriterProvider
A callback interface to retrieve
Writer objects based on
InputStreams. |
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. |
| Modifier and Type | Method and Description |
|---|---|
static ESuccess |
XMLListHandler.writeList(Collection<String> aCollection,
IOutputStreamProvider aOSP) |
static ESuccess |
XMLMapHandler.writeMap(Map<String,String> aMap,
IOutputStreamProvider aOSP) |
| Constructor and Description |
|---|
ResourceStreamResult(IOutputStreamProvider aOSP,
String sSystemID) |
Copyright © 2006–2014 phloc systems. All rights reserved.