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.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