Searched refs:implWrite (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/sun/nio/cs/
H A DStreamEncoder.java125 implWrite(cbuf, off, len);
143 implWrite(cb);
277 void implWrite(char cbuf[], int off, int len) method in class:StreamEncoder
281 implWrite(cb);
284 void implWrite(CharBuffer cb) method in class:StreamEncoder
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousFileChannelImpl.java232 abstract <A> Future<Integer> implWrite(ByteBuffer src, method in class:AsynchronousFileChannelImpl
240 return implWrite(src, position, null, null);
251 implWrite(src, position, attachment, handler);
H A DAsynchronousSocketChannelImpl.java324 abstract <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, method in class:AsynchronousSocketChannelImpl
382 return implWrite(isGatheringWrite, src, srcs, timeout, unit, att, handler);
H A DSimpleAsynchronousFileChannelImpl.java344 <A> Future<Integer> implWrite(final ByteBuffer src, method in class:SimpleAsynchronousFileChannelImpl
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java665 <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, method in class:UnixAsynchronousSocketChannelImpl
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java677 <A> Future<Integer> implWrite(ByteBuffer src, method in class:WindowsAsynchronousFileChannelImpl
H A DWindowsAsynchronousSocketChannelImpl.java873 <V extends Number,A> Future<V> implWrite(boolean gatheringWrite, method in class:WindowsAsynchronousSocketChannelImpl

Completed in 183 milliseconds