Uses of Class
io.activej.csp.file.ChannelFileWriter
Packages that use ChannelFileWriter
-
Uses of ChannelFileWriter in io.activej.csp.file
Methods in io.activej.csp.file that return ChannelFileWriterModifier and TypeMethodDescriptionstatic ChannelFileWriterChannelFileWriter.create(io.activej.async.file.AsyncFileService fileService, FileChannel channel) static ChannelFileWriterChannelFileWriter.create(Executor executor, FileChannel channel) static ChannelFileWriterChannelFileWriter.openBlocking(Executor executor, Path path) static ChannelFileWriterChannelFileWriter.openBlocking(Executor executor, Path path, OpenOption... openOptions) ChannelFileWriter.withForceOnClose(boolean forceMetadata) ChannelFileWriter.withOffset(long offset) Methods in io.activej.csp.file that return types with arguments of type ChannelFileWriterModifier and TypeMethodDescriptionstatic io.activej.promise.Promise<ChannelFileWriter>static io.activej.promise.Promise<ChannelFileWriter>ChannelFileWriter.open(Executor executor, Path path, OpenOption... openOptions)