cz.cuni.amis.pogamut.base.communication.connection
Class WorldReader.WorldReaderWrapper

java.lang.Object
  extended by java.io.Reader
      extended by cz.cuni.amis.pogamut.base.communication.connection.WorldReader
          extended by cz.cuni.amis.pogamut.base.communication.connection.WorldReader.WorldReaderWrapper
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable
Enclosing class:
WorldReader

public static class WorldReader.WorldReaderWrapper
extends WorldReader


Nested Class Summary
 
Nested classes/interfaces inherited from class cz.cuni.amis.pogamut.base.communication.connection.WorldReader
WorldReader.WorldReaderWrapper
 
Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
WorldReader.WorldReaderWrapper(java.io.Reader reader)
           
 
Method Summary
 void close()
           
 int read(char[] arg0, int arg1, int arg2)
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.connection.WorldReader
ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldReader.WorldReaderWrapper

public WorldReader.WorldReaderWrapper(java.io.Reader reader)
Method Detail

close

public void close()
           throws PogamutIOException
Specified by:
close in interface java.io.Closeable
Specified by:
close in class WorldReader
Throws:
PogamutIOException

read

public int read(char[] arg0,
                int arg1,
                int arg2)
         throws PogamutIOException,
                ComponentNotRunningException
Specified by:
read in class WorldReader
Throws:
PogamutIOException
ComponentNotRunningException