class SharedMemorySocket.SharedMemoryOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
SharedMemoryOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int off,
int count) |
void |
write(int value) |
public void write(byte[] bytes,
int off,
int count)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int value)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] bytes)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException