|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.io.StreamSourceFromString
public class StreamSourceFromString
Implements a character source from a string.
Version History
EPG - Initial - 15 FEB 05
Constructor Summary | |
---|---|
StreamSourceFromString(java.lang.String source)
Constructor. |
Method Summary | |
---|---|
boolean |
hasMore()
Does the source have more to get? |
int |
next()
Get the next character. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamSourceFromString(java.lang.String source)
source
- must give it the sourceMethod Detail |
---|
public int next() throws java.lang.Exception
next
in interface StreamSource
java.lang.Exception
public boolean hasMore() throws java.lang.Exception
hasMore
in interface StreamSource
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |