[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Java Threads (erratum)



In the posting I just made, please change:

  public abstract void read (ByteOK result) throws EndOfStream;

to:

  public abstract void read (ByteOK result) throws IOException;

Apologies,

Peter.