java.lang.Object
java.io.InputStream
org.tentackle.dbms.rmi.RemoteInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Author:
- harald
-
Constructor Summary
ConstructorDescriptionRemoteInputStream
(InputStreamRemoteDelegate delegate) Creates a remote input stream. -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
RemoteInputStream
Creates a remote input stream.- Parameters:
delegate
- the delegate
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-