|
|||||||||
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.
Field Summary | |
---|---|
private java.io.InputStream |
lin
Underlying input stream, source of all data. |
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 |
Field Detail |
---|
private java.io.InputStream lin
Constructor Detail |
---|
public RemoteIO.RemoteInputStreamSenderLocal(java.io.InputStream lin)
lin
- underlying source input streamMethod Detail |
---|
public void finalize()
finalize
in class java.lang.Object
public int read() throws java.io.IOException
read
in interface RemoteIO.RemoteInputStreamRemote
java.io.IOException
- underlying input/output error
java.rmi.RemoteException
- rpc failurepublic byte[] read(int len) throws java.io.IOException
read
in interface RemoteIO.RemoteInputStreamRemote
len
- number of bytes to read
java.io.IOException
- underlying input/output error
java.rmi.RemoteException
- rpc failurepublic void close() throws java.io.IOException
close
in interface RemoteIO.RemoteInputStreamRemote
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 |