java.lang.Object
io.xpipe.core.impl.StreamReadConnection
io.xpipe.core.impl.TextReadConnection
- All Implemented Interfaces:
DataSourceConnection,DataSourceReadConnection,TextReadConnection,AutoCloseable
-
Field Summary
Fields inherited from class io.xpipe.core.impl.StreamReadConnection
inputStream, reader, store -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.xpipe.core.impl.StreamReadConnection
canReadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.xpipe.core.source.DataSourceReadConnection
canReadMethods inherited from interface io.xpipe.core.source.TextReadConnection
forward, readAll
-
Constructor Details
-
TextReadConnection
-
-
Method Details
-
init
Description copied from interface:DataSourceConnectionInitializes this connection. Required to be called exactly once prior to attempting to use this connection.- Specified by:
initin interfaceDataSourceConnection- Overrides:
initin classStreamReadConnection- Throws:
Exception
-
lines
- Specified by:
linesin interfaceTextReadConnection
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceDataSourceConnection- Overrides:
closein classStreamReadConnection- Throws:
Exception
-