|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.samples.asynchbeans.wstrader.applet.Utility
public class Utility
Various utility methods for the WebSphere Trader Applet client.
Constructor Summary | |
---|---|
Utility()
|
Method Summary | |
---|---|
java.lang.String |
getLineFromInputStream(java.io.InputStreamReader isr)
Retrieve a single line of text from teh InputStreamReader using an ASCII code of 10 for the end of line character. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utility()
Method Detail |
---|
public java.lang.String getLineFromInputStream(java.io.InputStreamReader isr) throws java.io.EOFException
isr
- the InputStreamReader object that is parsed for input.
java.io.EOFException
- thrown when the end of the stream is encountered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |