| Modifier and Type | Method and Description |
|---|---|
static ChangeLog |
ChangeLogSerializer.readChangeLog(IInputStreamProvider aISP)
Read the change log resource specified by the input stream provider using
the default logging callback.
|
static ChangeLog |
ChangeLogSerializer.readChangeLog(IInputStreamProvider aISP,
INonThrowingRunnableWithParameter<String> aErrorCallback)
Read the change log resource specified by the input stream provider.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IInputStreamAndReaderProvider
A callback interface to retrieve
Reader objects based on
InputStreams. |
interface |
IReadableResource
Base interface for an abstract readable resource.
|
interface |
IReadWriteResource
Base interface for an abstract resource that is both readable and writable.
|
| 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 |
ByteArrayInputStreamProvider
An
InputStream provider based on a byte array. |
class |
ByteBufferInputStreamProvider
An
InputStream provider based on a
ByteBuffer. |
class |
StringInputStreamProvider
An
InputStream provider based on a String. |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
StreamUtils.getAllBytes(IInputStreamProvider aISP)
Read all bytes from the passed input stream into a byte array.
|
static String |
StreamUtils.getAllBytesAsString(IInputStreamProvider aISP,
Charset aCharset)
Read all bytes from the passed input stream into a string.
|
static String |
StreamUtils.getAllBytesAsString(IInputStreamProvider aISP,
String sCharset)
Deprecated.
|
static List<String> |
StreamUtils.readStreamLines(IInputStreamProvider aISP,
Charset aCharset)
Get the content of the passed Spring resource as one big string in the
passed character set.
|
static List<String> |
StreamUtils.readStreamLines(IInputStreamProvider aISP,
Charset aCharset,
int nLinesToSkip,
int nLinesToRead)
Get the content of the passed Spring resource as one big string in the
passed character set.
|
static List<String> |
StreamUtils.readStreamLines(IInputStreamProvider aISP,
String sCharset)
Deprecated.
|
static List<String> |
StreamUtils.readStreamLines(IInputStreamProvider aISP,
String sCharset,
int nLinesToSkip,
int nLinesToRead)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
XMLListHandler.readList(IInputStreamProvider aISP) |
static ESuccess |
XMLListHandler.readList(IInputStreamProvider aISP,
Collection<String> aTargetList) |
static Map<String,String> |
XMLMapHandler.readMap(IInputStreamProvider aISP) |
static ESuccess |
XMLMapHandler.readMap(IInputStreamProvider aISP,
Map<String,String> aTargetMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroDOMInputStreamProvider
A special input stream provider that takes an existing
IMicroNode and
converts it to a byte array. |
| Modifier and Type | Method and Description |
|---|---|
static IMicroDocument |
MicroReader.readMicroXML(IInputStreamProvider aISP) |
static IMicroDocument |
MicroReader.readMicroXML(IInputStreamProvider aISP,
ISAXReaderSettings aSettings) |
| Constructor and Description |
|---|
ResourceLSInput(IInputStreamProvider aISP,
String sSystemID) |
| Modifier and Type | Method and Description |
|---|---|
static InputSource |
InputSourceFactory.create(IInputStreamProvider aISP) |
| Constructor and Description |
|---|
CachingSAXInputSource(IInputStreamProvider aISP) |
CachingSAXInputSource(IInputStreamProvider aISP,
String sSystemID) |
ReadableResourceSAXInputSource(IInputStreamProvider aISP,
String sSystemID) |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMInputStreamProvider
A special input stream provider that takes an existing
Node and
converts it to a byte array. |
| Modifier and Type | Method and Description |
|---|---|
static ESuccess |
SAXReader.readXMLSAX(IInputStreamProvider aISP,
ISAXReaderSettings aSettings) |
| Modifier and Type | Method and Description |
|---|---|
static StreamSource |
TransformSourceFactory.create(IInputStreamProvider aISP) |
| Constructor and Description |
|---|
CachingTransformStreamSource(IInputStreamProvider aIIS) |
CachingTransformStreamSource(IInputStreamProvider aIIS,
String sSystemID) |
ResourceStreamSource(IInputStreamProvider aISP,
String sSystemID) |
Copyright © 2006–2015 phloc systems. All rights reserved.