Searched refs:channel (Results 1 – 2 of 2) sorted by relevance
856 FileChannel channel = FileChannel.open(path.toPath(), StandardOpenOption.READ); in HprofBuffer() local857 mBuffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size()); in HprofBuffer()858 channel.close(); in HprofBuffer()
85 supplied communication channel.