|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.Reader cz.cuni.amis.pogamut.base.communication.connection.WorldReader
public abstract class WorldReader
Nested Class Summary | |
---|---|
static class |
WorldReader.WorldReaderWrapper
|
Field Summary |
---|
Fields inherited from class java.io.Reader |
---|
lock |
Constructor Summary | |
---|---|
WorldReader()
|
Method Summary | |
---|---|
abstract void |
close()
|
abstract int |
read(char[] arg0,
int arg1,
int arg2)
|
boolean |
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 |
---|
public WorldReader()
Method Detail |
---|
public boolean ready() throws PogamutIOException
ready
in class java.io.Reader
PogamutIOException
public abstract void close() throws PogamutIOException
close
in interface java.io.Closeable
close
in class java.io.Reader
PogamutIOException
public abstract int read(char[] arg0, int arg1, int arg2) throws PogamutIOException, ComponentNotRunningException, ComponentPausedException
read
in class java.io.Reader
PogamutIOException
ComponentNotRunningException
ComponentPausedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |