|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
php.java.bridge.LocalSocketInputStream
class LocalSocketInputStream
| Field Summary | |
|---|---|
(package private) int |
peer
|
(package private) LocalSocket |
socket
|
| Constructor Summary | |
|---|---|
LocalSocketInputStream(LocalSocket socket,
int peer)
|
|
| Method Summary | |
|---|---|
void |
close()
|
int |
read()
|
int |
read(byte[] b,
int dummy,
int len)
|
| Methods inherited from class java.io.InputStream |
|---|
available, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int peer
LocalSocket socket
| Constructor Detail |
|---|
public LocalSocketInputStream(LocalSocket socket,
int peer)
| Method Detail |
|---|
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException
public int read(byte[] b,
int dummy,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.InputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||