Searched refs:fileChannel (Results 1 – 1 of 1) sorted by relevance
2418 FileChannel fileChannel = raf.getChannel(); in directFullyRead() local2420 fileChannel.position(offset); in directFullyRead()2421 int chunkSize = fileChannel.read(dest); in directFullyRead()