org.w3c.jwput.tui
Interface ByteCountListener

All Known Implementing Classes:
StreamMonitor

public interface ByteCountListener

The ByteCountListener interface provides a way to count the bytes read on a Stream


Method Summary
 void bytesRead(long n)
          n bytes read
 void streamClosed()
          The stream has been closed
 

Method Detail

bytesRead

public void bytesRead(long n)
n bytes read
Parameters:
the - number of bytes read

streamClosed

public void streamClosed()
The stream has been closed