Class ChannelFileWriter

java.lang.Object
io.activej.reactor.AbstractReactive
io.activej.reactor.ImplicitlyReactive
io.activej.async.process.AbstractAsyncCloseable
io.activej.csp.consumer.AbstractChannelConsumer<io.activej.bytebuf.ByteBuf>
io.activej.csp.file.ChannelFileWriter
All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, ChannelConsumer<io.activej.bytebuf.ByteBuf>, io.activej.reactor.Reactive

public final class ChannelFileWriter extends AbstractChannelConsumer<io.activej.bytebuf.ByteBuf>
This consumer allows you to asynchronously write binary data to a file.