public class SubsystemOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
SubsystemOutputStream(SubsystemMessageStore messageStore)
Creates a new SubsystemOutputStream object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public SubsystemOutputStream(SubsystemMessageStore messageStore)
messageStore - public void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamb - off - len - java.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamb - java.io.IOExceptionCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.