|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ckkloverdos.source.SourceSkeleton
org.ckkloverdos.source.InputStreamSource
public class InputStreamSource
An implementation of ISource
backed by
an InputStream
.
Field Summary |
---|
Fields inherited from class org.ckkloverdos.source.SourceSkeleton |
---|
is, name, type, valid |
Constructor Summary | |
---|---|
InputStreamSource(java.lang.String name,
SourceType type,
java.io.InputStream is)
|
Method Summary |
---|
Methods inherited from class org.ckkloverdos.source.SourceSkeleton |
---|
getDescription, getInputStream, getName, getReader, getReader, getString, getString, getType, isText, isValid, setInputStream, setName, setType, setValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputStreamSource(java.lang.String name, SourceType type, java.io.InputStream is)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |