at.davinci.control.socket
Class Scanner

java.lang.Object
  extended by at.davinci.control.socket.Scanner

public class Scanner
extends java.lang.Object

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

Scanner

public Scanner(java.io.InputStream i,
               java.io.OutputStream o)
        throws java.io.IOException
Initializes the scanner.

Parameters:
i - the input stream reader
o - an output stream reader
Throws:
java.io.IOException
Method Detail

nextLine

public java.lang.String nextLine()
                          throws java.io.IOException
Returns next line.

Throws:
java.io.IOException