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.OutputStream
b
- off
- len
- java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
b
- java.io.IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.