RSE
Release 3.4

org.eclipse.rse.services.shells
Class HostShellOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.eclipse.rse.services.shells.HostShellOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class HostShellOutputStream
extends OutputStream

An adapter between the OutputStream and the IHostShell objects.

See Also:
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

HostShellOutputStream

public HostShellOutputStream(IHostShell hostShell)
Constructor.

Parameters:
hostShell - An instance of the IHostShell class. The output will be sent to this instance.
Method Detail

write

public void write(byte[] b)
Writes one byte to the shell.

Overrides:
write in class OutputStream
See Also:
OutputStream.write(byte[])

write

public void write(byte[] b,
                  int off,
                  int len)
Writes multiple bytes to the shell.

Overrides:
write in class OutputStream
See Also:
OutputStream.write(byte[], int, int)

write

public void write(int b)
           throws IOException
Writes one character to the shell.

Specified by:
write in class OutputStream
Throws:
IOException
See Also:
OutputStream.write(int)

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.