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