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.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] bytes) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException