Searched defs:fileChannel (Results 1 – 14 of 14) sorted by relevance
53 FileChannel fileChannel = FileChannel.open(file.toPath(), StandardOpenOption.WRITE); in writableChannelNioFile() local81 FileChannel fileChannel = FileChannel.open(file.toPath(), StandardOpenOption.READ); in readableChannelNioFile() local
62 FileChannel fileChannel = new RandomAccessFile(targetFile, "rw").getChannel(); in openByteChannel() local
66 FileChannel fileChannel = new RandomAccessFile(targetFile, "rw").getChannel(); in openByteChannel() local
37 try (FileChannel fileChannel = in getTestFileAsBuffer()
98 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
83 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
169 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
161 FileChannel fileChannel = inputStream.getChannel(); in loadMappedFile() local
59 private FileChannel fileChannel; field in MediaDataBox
87 final FileChannel fileChannel = file.getChannel(); in mmap() local
99 FileChannel fileChannel = file.getChannel(); in makeFamilyFromParsed() local
104 FileChannel fileChannel = modelInputStream.getChannel(); in initializeTest() local
231 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
80 FileChannel fileChannel = ((FileInputStream)is).getChannel(); in convertToByteBuffer() local