game.net
Class Buffer

java.lang.Object
  extended by game.net.Buffer

 class Buffer
extends java.lang.Object


Constructor Summary
Buffer(java.io.InputStream init_in_stream)
           
 
Method Summary
 void deliver_line(java.lang.StringBuffer str)
           
 void fill_with_available_characters()
           
 boolean has_line()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Buffer

public Buffer(java.io.InputStream init_in_stream)
Method Detail

fill_with_available_characters

public void fill_with_available_characters()
                                    throws java.io.IOException
Throws:
java.io.IOException

has_line

public boolean has_line()

deliver_line

public void deliver_line(java.lang.StringBuffer str)

shutdown

public void shutdown()
              throws java.io.IOException
Throws:
java.io.IOException