Class BufferFileChannelReader
- java.lang.Object
-
- org.apache.flink.runtime.io.disk.iomanager.BufferFileChannelReader
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
readBufferFromFileChannel(Buffer buffer)
Reads data from the object's file channel into the given buffer.
-
-
-
Method Detail
-
readBufferFromFileChannel
public boolean readBufferFromFileChannel(Buffer buffer) throws IOException
Reads data from the object's file channel into the given buffer.- Parameters:
buffer
- the buffer to read into- Returns:
- whether the end of the file has been reached (true) or not (false)
- Throws:
IOException
-
-