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

12345

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftShortMessage.java39 public int getChannel() { method in class:SoftShortMessage
52 clone.setMessage(getCommand(), getChannel(), getData1(), getData2());
/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DClose.java37 FileChannel channel = raf.getChannel();
/openjdk7/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();
/openjdk7/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 DLock.java64 FileChannel channel = raf.getChannel();
78 FileChannel fc = fis.getChannel();
137 FileChannel fc1 = new RandomAccessFile(blah, "rw").getChannel();
138 FileChannel fc2 = new RandomAccessFile(blah, "rw").getChannel();
172 try (FileChannel fc = new FileOutputStream(blah, true).getChannel()) {
191 FileChannel fc = fos.getChannel();
H A DTryLock.java60 FileChannel fc = fis.getChannel();
83 FileChannel fc = fis.getChannel();
106 FileChannel fc = fis.getChannel();
H A DMapAssertions.java39 FileChannel fc = raf.getChannel();
H A DMapOverEnd.java39 FileChannel fc = raf.getChannel();
H A DMapReadOnly.java38 FileChannel fc = raf.getChannel();
H A DReadFull.java48 FileChannel fc = fis.getChannel();
H A DScatteringRead.java63 FileChannel fc = fis.getChannel();
101 FileChannel fc = fis.getChannel();
123 FileChannel fc = raf.getChannel();
134 fc = fis.getChannel();
146 FileChannel fc = raf.getChannel();
H A DTransfer.java69 FileChannel sourceChannel = fos.getChannel();
75 sourceChannel = fis.getChannel();
78 FileChannel sinkChannel = raf.getChannel();
131 FileChannel fc = raf.getChannel();
161 FileChannel fc1 = raf1.getChannel();
173 FileChannel fc2 = raf2.getChannel();
196 FileChannel fc1 = raf1.getChannel();
209 FileChannel fc2 = raf2.getChannel();
238 FileChannel fc = raf.getChannel();
247 FileChannel sourceChannel = fis.getChannel();
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DPollSelectorProvider.java40 return InheritedChannel.getChannel();
/openjdk7/jdk/src/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
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DDevPollSelectorProvider.java40 return InheritedChannel.getChannel();
H A DEPollSelectorProvider.java40 return InheritedChannel.getChannel();
H A DEventPortSelectorProvider.java40 return InheritedChannel.getChannel();
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DEventHandler.java43 public SelectableChannel getChannel(); method in interface:EventHandler
/openjdk7/jdk/test/java/nio/channels/Channels/
H A DWrite.java41 FileChannel fc = fos.getChannel();
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DFileReadBuffer.java52 file.getChannel().position(pos);

Completed in 51 milliseconds

12345