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.AsyncFileService fileService, FileChannel channel) static ChannelFileReaderChannelFileReader.create(Executor executor, FileChannel channel) static ChannelFileReaderChannelFileReader.openBlocking(Executor executor, Path path) static ChannelFileReaderChannelFileReader.openBlocking(Executor executor, Path path, OpenOption... openOptions) ChannelFileReader.withBufferSize(int bufferSize) ChannelFileReader.withBufferSize(io.activej.common.MemSize bufferSize) ChannelFileReader.withLimit(long limit) ChannelFileReader.withOffset(long offset) 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)