public class ChannelOutputStream extends OutputStream
Constructor and Description |
---|
ChannelOutputStream(Channel<?> session) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
flush, write
public ChannelOutputStream(Channel<?> session)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] buf, int off, int len) throws IOException
write
in class OutputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
Copyright © 2017. All rights reserved.