public final class

ChannelOutputStream

extends OutputStream
java.lang.Object
   ↳ java.io.OutputStream
     ↳ com.trilead.ssh2.channel.ChannelOutputStream

Class Overview

ChannelOutputStream.

Summary

Fields
Channel c
boolean isClosed
Public Methods
void close()
void flush()
void write(byte[] b, int off, int len)
void write(byte[] b)
void write(int b)
[Expand]
Inherited Methods
From class java.io.OutputStream
From class java.lang.Object
From interface java.io.Closeable
From interface java.io.Flushable

Fields

boolean isClosed

Public Methods

public void close ()

Throws
IOException

public void flush ()

Throws
IOException

public void write (byte[] b, int off, int len)

Parameters
b
off
len
Throws
IOException

public void write (byte[] b)

Parameters
b
Throws
IOException

public void write (int b)

Parameters
b
Throws
IOException