class SharedMemorySocket.SharedMemoryInputStream
extends java.io.InputStream
Constructor and Description |
---|
SharedMemoryInputStream() |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int off,
int count) |
public int read(byte[] bytes, int off, int count) 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