Searched defs:implWrite (Results 1 – 5 of 5) sorted by relevance
| /libcore/ojluni/src/main/java/sun/nio/cs/ | ||
| D | StreamEncoder.java | 274 void implWrite(char[] cbuf, int off, int len) in implWrite() method in StreamEncoder |
| /libcore/ojluni/src/main/java/sun/nio/ch/ | ||
| D | SimpleAsynchronousFileChannelImpl.java | 344 <A> Future<Integer> implWrite(final ByteBuffer src, in implWrite() method in SimpleAsynchronousFileChannelImpl |
| D | AsynchronousFileChannelImpl.java | 232 abstract <A> Future<Integer> implWrite(ByteBuffer src, in implWrite() method in AsynchronousFileChannelImpl |
| D | UnixAsynchronousSocketChannelImpl.java | 690 <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, in implWrite() method in UnixAsynchronousSocketChannelImpl |
| D | AsynchronousSocketChannelImpl.java | 324 abstract <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, in implWrite() method in AsynchronousSocketChannelImpl |