Class ChannelFileWriter

java.lang.Object
io.activej.async.process.AbstractAsyncCloseable
io.activej.csp.AbstractChannelConsumer<io.activej.bytebuf.ByteBuf>
io.activej.csp.file.ChannelFileWriter
All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, io.activej.common.initializer.WithInitializer<ChannelFileWriter>, ChannelConsumer<io.activej.bytebuf.ByteBuf>

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