|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.davinci.control.socket.Scanner
public class Scanner
Scanner
Constructor Summary | |
---|---|
Scanner(java.io.InputStream i,
java.io.OutputStream o)
Initializes the scanner. |
Method Summary | |
---|---|
java.lang.String |
nextLine()
Returns next line. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Scanner(java.io.InputStream i, java.io.OutputStream o) throws java.io.IOException
i
- the input stream readero
- an output stream reader
java.io.IOException
Method Detail |
---|
public java.lang.String nextLine() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |