Home
last modified time | relevance | path

Searched refs:implWrite (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousFileChannelImpl.java232 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()
DAsynchronousSocketChannelImpl.java324 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()
DSimpleAsynchronousFileChannelImpl.java344 <A> Future<Integer> implWrite(final ByteBuffer src, in implWrite() method in SimpleAsynchronousFileChannelImpl
DUnixAsynchronousSocketChannelImpl.java690 <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, in implWrite() method in UnixAsynchronousSocketChannelImpl
/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamEncoder.java125 implWrite(cbuf, off, len); in write()
262 void implWrite(char cbuf[], int off, int len) in implWrite() method in StreamEncoder