|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.InputStream | +--com.javageeks.net.NamedPipeInputStream
Receive input from an NT named pipe (presumably with INBOUND mode set on it). Can only be obtained from a NamedPipe instance; cannot be instantiated on its own.
Method Summary | |
int |
available()
|
void |
close()
|
boolean |
markSupported()
|
int |
read()
|
int |
read(byte[] b)
|
Methods inherited from class java.io.InputStream |
mark, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int available()
available
in class java.io.InputStream
public void close()
close
in class java.io.InputStream
public boolean markSupported()
markSupported
in class java.io.InputStream
public int read(byte[] b)
read
in class java.io.InputStream
public int read()
read
in class java.io.InputStream
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |