Interface RemoteInputStream
- All Superinterfaces:
Remote
- All Known Implementing Classes:
RemoteInputStreamImp
The Interface RemoteInputStream.
-
Method Details
-
available
Available.- Returns:
- the int
- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-
close
Close.- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-
mark
Mark.- Parameters:
readlimit
- the readlimit- Throws:
RemoteException
- the remote exception
-
markSupported
Mark supported.- Returns:
- true, if successful
- Throws:
RemoteException
- the remote exception
-
read
Read.- Returns:
- the int
- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-
read
Read.- Parameters:
len
- the len- Returns:
- the byte stream
- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-
reset
Reset.- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-
skip
Skip.- Parameters:
n
- the n- Returns:
- the long
- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-