|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjist.runtime.RemoteIO.RemoteInputStreamSenderLocal
public static class RemoteIO.RemoteInputStreamSenderLocal
LOCAL remote input stream.
| Constructor Summary | |
|---|---|
RemoteIO.RemoteInputStreamSenderLocal(java.io.InputStream lin)
Create a new remote input stream server. |
|
| Method Summary | |
|---|---|
void |
close()
Close the underlying remote input stream. |
void |
finalize()
|
int |
read()
Read a byte. |
byte[] |
read(int len)
Read a sequence of bytes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteIO.RemoteInputStreamSenderLocal(java.io.InputStream lin)
lin - underlying source input stream| Method Detail |
|---|
public void finalize()
finalize in class java.lang.Object
public int read()
throws java.io.IOException
read in interface RemoteIO.RemoteInputStreamRemotejava.io.IOException - underlying input/output error
java.rmi.RemoteException - rpc failure
public byte[] read(int len)
throws java.io.IOException
read in interface RemoteIO.RemoteInputStreamRemotelen - number of bytes to read
java.io.IOException - underlying input/output error
java.rmi.RemoteException - rpc failure
public void close()
throws java.io.IOException
close in interface RemoteIO.RemoteInputStreamRemotejava.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 | |||||||||