public class NotifyEOFInputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
NotifyEOFInputStream(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEOFListener(EOFListener listener) |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public void addEOFListener(EOFListener listener)
public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOException