Searched refs:channel (Results 1 – 3 of 3) sorted by relevance
26 FileChannel channel = FileChannel.open(Paths.get("/dev", "null"), in main() local28 MappedByteBuffer buffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, 0); in main()
912 FileChannel channel = FileChannel.open(path.toPath(), StandardOpenOption.READ); in HprofBuffer() local913 mBuffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size()); in HprofBuffer()914 channel.close(); in HprofBuffer()
48 supplied communication channel.