|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
ch.ethz.iks.r_osgi.streams.OutputStreamProxy
public class OutputStreamProxy
Output stream proxy.
| Constructor Summary | |
|---|---|
OutputStreamProxy(short streamID,
ChannelEndpointImpl endpoint)
create a new output stream proxy. |
|
| Method Summary | |
|---|---|
void |
write(byte[] b,
int off,
int len)
write to the stream. |
void |
write(int b)
write to the stream. |
| Methods inherited from class java.io.OutputStream |
|---|
close, flush, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputStreamProxy(short streamID,
ChannelEndpointImpl endpoint)
streamID - the stream ID.endpoint - the endpoint.| Method Detail |
|---|
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamb - the value.
java.io.IOException - in case of IO failures.
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamthe - bytes.off - the offset.len - the length.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||