|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.pf.io.FilterSourceBase de.grogra.pf.io.InputStreamSourceImpl
public class InputStreamSourceImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource |
---|
FilterSource.MetaDataKey<V> |
Field Summary |
---|
Fields inherited from interface de.grogra.pf.io.FilterSource |
---|
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL |
Constructor Summary | |
---|---|
InputStreamSourceImpl(java.io.InputStream in,
java.lang.String systemId,
MimeType mimeType,
Registry r,
ModifiableMap metaData)
|
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Returns a stream to obtain the data as a stream of bytes. |
java.lang.String |
getSystemId()
Returns a system id which identifies this source. |
long |
length()
Returns the total number of bytes of this stream. |
Methods inherited from class de.grogra.pf.io.FilterSourceBase |
---|
getFilter, getFlavor, getMetaData, getRegistry, initProgressMonitor, setMetaData, setProgress, setProgress0, setProgressImpl, toString, useAutoProgress |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.grogra.pf.io.FilterSource |
---|
getFilter, getFlavor, getMetaData, initProgressMonitor, setMetaData, setProgress |
Methods inherited from interface de.grogra.pf.registry.RegistryContext |
---|
getRegistry |
Constructor Detail |
---|
public InputStreamSourceImpl(java.io.InputStream in, java.lang.String systemId, MimeType mimeType, Registry r, ModifiableMap metaData)
Method Detail |
---|
public java.io.InputStream getInputStream()
InputStreamSource
getInputStream
in interface InputStreamSource
public java.lang.String getSystemId()
FilterSource
getSystemId
in interface FilterSource
public long length()
InputStreamSource
length
in interface InputStreamSource
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |