Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamEncoder.java274 void implWrite(char[] cbuf, int off, int len) in implWrite() method in StreamEncoder
281 void implWrite(CharBuffer cb) in implWrite() method in StreamEncoder
/libcore/ojluni/src/main/java/sun/nio/ch/
DSimpleAsynchronousFileChannelImpl.java344 <A> Future<Integer> implWrite(final ByteBuffer src, in implWrite() method in SimpleAsynchronousFileChannelImpl
DAsynchronousFileChannelImpl.java232 abstract <A> Future<Integer> implWrite(ByteBuffer src, in implWrite() method in AsynchronousFileChannelImpl
DUnixAsynchronousSocketChannelImpl.java690 <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, in implWrite() method in UnixAsynchronousSocketChannelImpl
DAsynchronousSocketChannelImpl.java324 abstract <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, in implWrite() method in AsynchronousSocketChannelImpl