Class SynchronousBufferFileReader

All Implemented Interfaces:
BufferFileReader, FileIOChannel

public class SynchronousBufferFileReader extends SynchronousFileIOChannel implements BufferFileReader
A synchronous BufferFileReader implementation.

This currently bypasses the I/O manager as it is the only synchronous implementation, which is currently in use.

TODO Refactor I/O manager setup and refactor this into it