Uses of Class
io.activej.csp.file.ChannelFileReader
Packages that use ChannelFileReader
-
Uses of ChannelFileReader in io.activej.csp.file
Methods in io.activej.csp.file that return ChannelFileReaderModifier and TypeMethodDescriptionstatic ChannelFileReaderChannelFileReader.create(io.activej.async.file.IFileService fileService, FileChannel channel) static ChannelFileReaderChannelFileReader.create(io.activej.reactor.Reactor reactor, Executor executor, FileChannel channel) protected ChannelFileReaderChannelFileReader.Builder.doBuild()static ChannelFileReaderChannelFileReader.openBlocking(io.activej.reactor.Reactor reactor, Executor executor, Path path) static ChannelFileReaderChannelFileReader.openBlocking(io.activej.reactor.Reactor reactor, Executor executor, Path path, OpenOption... openOptions) Methods in io.activej.csp.file that return types with arguments of type ChannelFileReaderModifier and TypeMethodDescriptionstatic io.activej.promise.Promise<ChannelFileReader>static io.activej.promise.Promise<ChannelFileReader>ChannelFileReader.open(Executor executor, Path path, OpenOption... openOptions)