Searched refs:getChannel (Results 1 - 25 of 127) sorted by relevance

123456

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftShortMessage.java41 public int getChannel() { method in class:SoftShortMessage
56 clone.setMessage(getCommand(), getChannel(), getData1(), getData2());
/openjdk10/jdk/src/java.base/solaris/classes/sun/nio/ch/
H A DEventPortSelectorProvider.java40 return InheritedChannel.getChannel();
H A DDevPollSelectorProvider.java40 return InheritedChannel.getChannel();
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DPollSelectorProvider.java40 return InheritedChannel.getChannel();
/openjdk10/jdk/src/java.base/linux/classes/sun/nio/ch/
H A DEPollSelectorProvider.java40 return InheritedChannel.getChannel();
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/transport/
H A DConnection.java63 public Channel getChannel(); method in interface:Connection
H A DEndpoint.java37 Channel getChannel(); method in interface:Endpoint
/openjdk10/jdk/test/java/io/RandomAccessFile/
H A DClose.java37 FileChannel channel = raf.getChannel();
/openjdk10/jdk/test/java/nio/channels/FileChannel/
H A DRelease.java36 FileChannel ch = fos.getChannel();
H A DForce.java46 FileChannel fc = fis.getChannel();
58 FileChannel fc = fis.getChannel();
H A DMode.java47 FileChannel channel = is.getChannel();
60 FileChannel channel = is.getChannel();
H A DTransferToNonWritable.java40 FileChannel channel = fis.getChannel();
H A DWrite.java57 FileChannel fc = fos.getChannel();
79 FileChannel fc = fos.getChannel();
87 fc = fis.getChannel();
116 FileChannel fc = fos.getChannel();
165 FileChannel fc = fis.getChannel();
172 FileChannel fc = fos.getChannel();
188 FileChannel fc = raf.getChannel();
H A DTransfer.java70 FileChannel sourceChannel = fos.getChannel();
76 sourceChannel = fis.getChannel();
79 FileChannel sinkChannel = raf.getChannel();
136 FileChannel fc = raf.getChannel();
168 FileChannel fc1 = raf1.getChannel();
180 FileChannel fc2 = raf2.getChannel();
204 FileChannel fc1 = raf1.getChannel();
217 FileChannel fc2 = raf2.getChannel();
265 new RandomAccessFile(source, "rw").getChannel();
269 new RandomAccessFile(sink, "rw").getChannel();
[all...]
H A DLock.java63 FileChannel fc = fis.getChannel();
128 FileChannel channel = raf.getChannel();
146 FileChannel fc1 = raf1.getChannel();
147 FileChannel fc2 = raf2.getChannel();
177 FileChannel fc = fos.getChannel();
200 FileChannel fc = raf.getChannel();
H A DGetClosedChannel.java56 fc = fis.getChannel();
67 fc = fos.getChannel();
77 fc = raf.getChannel();
H A DTryLock.java60 FileChannel fc = fis.getChannel();
83 FileChannel fc = fis.getChannel();
106 FileChannel fc = fis.getChannel();
H A DReadFull.java48 FileChannel fc = fis.getChannel();
H A DMapReadOnly.java38 FileChannel fc = raf.getChannel();
H A DMapOverEnd.java39 FileChannel fc = raf.getChannel();
H A DMapAssertions.java39 FileChannel fc = raf.getChannel();
H A DSize.java54 try (FileChannel c = new FileInputStream(smallFile).getChannel()) {
70 try (FileChannel fc = new RandomAccessFile(largeFile, "rw").getChannel())
/openjdk10/jdk/test/java/nio/MappedByteBuffer/
H A DBasic.java41 FileChannel fc = fos.getChannel();
47 fc = fis.getChannel();
64 fc = raf.getChannel();
72 fc = raf.getChannel();
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/pept/transport/
H A DEventHandler.java43 public SelectableChannel getChannel(); method in interface:EventHandler
/openjdk10/jdk/test/java/nio/channels/Channels/
H A DWrite.java41 FileChannel fc = fos.getChannel();

Completed in 207 milliseconds

123456