public class ReadableResourceSAXInputSource extends InputSource
InputSource implementation that reads from
IReadableResource or IHasInputStream objects. The system ID
of the stream source is automatically determined from the resource or can be
manually passed in.| Constructor and Description |
|---|
ReadableResourceSAXInputSource(com.helger.commons.io.IHasInputStream aISP,
String sSystemID) |
ReadableResourceSAXInputSource(com.helger.commons.io.resource.IReadableResource aResource) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getByteStream() |
com.helger.commons.io.IHasInputStream |
getInputStreamProvider() |
String |
toString() |
getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemIdpublic ReadableResourceSAXInputSource(@Nonnull com.helger.commons.io.resource.IReadableResource aResource)
@Nonnull public com.helger.commons.io.IHasInputStream getInputStreamProvider()
public InputStream getByteStream()
getByteStream in class InputSourceCopyright © 2014–2016 Philip Helger. All rights reserved.