Searched refs:channel (Results 1 – 5 of 5) 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.
1757 Ljava/io/FileInputStream;->channel:Ljava/nio/channels/FileChannel;2225 Ljava/io/RandomAccessFile;->channel:Ljava/nio/channels/FileChannel;4066 Ljava/nio/channels/FileLock;->channel:Ljava/nio/channels/Channel;
9031 HSPLsun/nio/ch/SelectionKeyImpl;->channel()Ljava/nio/channels/SelectableChannel;