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.OutputStream
java.io.IOException
public void write(int value) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] bytes) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException