public interface BlockChannelWriterWithCallback extends FileIOChannel
FileIOChannel.Enumerator, FileIOChannel.ID| Modifier and Type | Method and Description |
|---|---|
void |
writeBlock(MemorySegment segment)
Writes the given memory segment.
|
close, closeAndDelete, deleteChannel, getChannelID, isClosedvoid writeBlock(MemorySegment segment) throws IOException
segment - The segment to be written.IOException - Thrown, when the writer encounters an I/O error.Copyright © 2015 The Apache Software Foundation. All rights reserved.