class UnixDomainSocket.UnixSocketInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
UnixSocketInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytesEntry,
int off,
int len) |
public int read(byte[] bytesEntry,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] bytes)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException