Searched refs:implWrite (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | AsynchronousFileChannelImpl.java | 232 abstract <A> Future<Integer> implWrite(ByteBuffer src, in implWrite() method in AsynchronousFileChannelImpl 240 return implWrite(src, position, null, null); in write() 251 implWrite(src, position, attachment, handler); in write()
|
D | AsynchronousSocketChannelImpl.java | 324 abstract <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, in implWrite() method in AsynchronousSocketChannelImpl 382 return implWrite(isGatheringWrite, src, srcs, timeout, unit, att, handler); in write()
|
D | SimpleAsynchronousFileChannelImpl.java | 344 <A> Future<Integer> implWrite(final ByteBuffer src, in implWrite() method in SimpleAsynchronousFileChannelImpl
|
D | UnixAsynchronousSocketChannelImpl.java | 690 <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, in implWrite() method in UnixAsynchronousSocketChannelImpl
|
/libcore/ojluni/src/main/java/sun/nio/cs/ |
D | StreamEncoder.java | 125 implWrite(cbuf, off, len); in write() 262 void implWrite(char cbuf[], int off, int len) in implWrite() method in StreamEncoder
|