public interface BufferFileReader extends FileIOChannel
FileIOChannel.Enumerator, FileIOChannel.ID
Modifier and Type | Method and Description |
---|---|
boolean |
hasReachedEndOfFile() |
void |
readInto(Buffer buffer) |
void |
seekToPosition(long position) |
close, closeAndDelete, deleteChannel, getChannelID, getNioFileChannel, getSize, isClosed
void readInto(Buffer buffer) throws IOException
IOException
void seekToPosition(long position) throws IOException
IOException
boolean hasReachedEndOfFile()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.