Uses of Class
org.pipecraft.pipes.sync.source.InputStreamPipe
-
Packages that use InputStreamPipe Package Description org.pipecraft.pipes.sync.source -
-
Uses of InputStreamPipe in org.pipecraft.pipes.sync.source
Subclasses of InputStreamPipe in org.pipecraft.pipes.sync.source Modifier and Type Class Description classBinInputReaderPipe<T>A source pipe reading items from a given binary input (file or input stream).classStorageTxtFileReaderPipeA source pipe providing the lines of a text file in someStorage, in a streaming manner.classTxtFileReaderPipeA source pipe reading lines from a given local text file or input stream containing text content.classURLTxtReaderPipeA source pipe providing the lines of a text resource defined by a URL.
-