|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.RemoteIO.RemoteOutputStreamReceiverLocal
public static class RemoteIO.RemoteOutputStreamReceiverLocal
LOCAL remote output stream.
Field Summary | |
---|---|
private java.io.OutputStream |
lout
Underlying output stream, destination of all data. |
Constructor Summary | |
---|---|
RemoteIO.RemoteOutputStreamReceiverLocal(java.io.OutputStream lout)
Create a new remote output stream server. |
Method Summary | |
---|---|
void |
close()
Close the underlying remote output stream. |
void |
finalize()
|
void |
flush()
Flush output. |
void |
write(byte[] b)
Write an array of bytes. |
void |
write(byte[] b,
int off,
int len)
Write an array of bytes. |
void |
write(int b)
Write a byte. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.io.OutputStream lout
Constructor Detail |
---|
public RemoteIO.RemoteOutputStreamReceiverLocal(java.io.OutputStream lout)
lout
- underlying destination output streamMethod Detail |
---|
public void finalize()
finalize
in class java.lang.Object
public void write(int b) throws java.io.IOException
write
in interface RemoteIO.RemoteOutputStreamRemote
b
- byte to write
java.io.IOException
- underlying input/output error
java.rmi.RemoteException
- rpc failurepublic void write(byte[] b) throws java.io.IOException
write
in interface RemoteIO.RemoteOutputStreamRemote
b
- array of bytes
java.io.IOException
- underlying input/output error
java.rmi.RemoteException
- rpc failurepublic void write(byte[] b, int off, int len) throws java.io.IOException
write
in interface RemoteIO.RemoteOutputStreamRemote
b
- array of bytesoff
- starting offset within arraylen
- number of bytes to write
java.io.IOException
- underlying input/output error
java.rmi.RemoteException
- rpc failurepublic void flush() throws java.io.IOException
flush
in interface RemoteIO.RemoteOutputStreamRemote
java.io.IOException
- underlying input/output error
java.rmi.RemoteException
- rpc failurepublic void close() throws java.io.IOException
close
in interface RemoteIO.RemoteOutputStreamRemote
java.io.IOException
- underlying input/output error
java.rmi.RemoteException
- rpc failure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |