Interface SegmentFileInputFactory
-
- All Known Implementing Classes:
LockedSegmentFileInputFactory,SimpleSegmentFileInputFactory
public interface SegmentFileInputFactoryFactory to provide I/O interfaces for read primitives with files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileInputcreateFileInput(SegmentIO segmentIO, ByteBufferExpander buf)
-
-
-
Method Detail
-
createFileInput
FileInput createFileInput(SegmentIO segmentIO, ByteBufferExpander buf) throws IOException
- Parameters:
segmentIO- FileIO of segment for reading.buf- ByteBuffer wrapper for dynamically expand buffer size.- Returns:
- Instance of
FileInput. - Throws:
IOException- If have some trouble with I/O.
-
-