|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.eclipse.rse.services.shells.HostShellOutputStream
public class HostShellOutputStream
An adapter between the OutputStream and the IHostShell objects.
IHostShell
,
OutputStream
Constructor Summary | |
---|---|
HostShellOutputStream(IHostShell hostShell)
Constructor. |
Method Summary | |
---|---|
void |
write(byte[] b)
Writes one byte to the shell. |
void |
write(byte[] b,
int off,
int len)
Writes multiple bytes to the shell. |
void |
write(int b)
Writes one character to the shell. |
Methods inherited from class java.io.OutputStream |
---|
close, flush |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HostShellOutputStream(IHostShell hostShell)
hostShell
- An instance of the IHostShell class.
The output will be sent to this instance.Method Detail |
---|
public void write(byte[] b)
write
in class OutputStream
OutputStream.write(byte[])
public void write(byte[] b, int off, int len)
write
in class OutputStream
OutputStream.write(byte[], int, int)
public void write(int b) throws IOException
write
in class OutputStream
IOException
OutputStream.write(int)
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |