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

/openjdk7/jdk/src/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.java323 abstract <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, method in class:AsynchronousSocketChannelImpl
381 return implWrite(isGatheringWrite, src, srcs, timeout, unit, att, handler);
H A DSimpleAsynchronousFileChannelImpl.java345 <A> Future<Integer> implWrite(final ByteBuffer src, method in class:SimpleAsynchronousFileChannelImpl
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DStreamEncoder.java125 implWrite(cbuf, off, len);
262 void implWrite(char cbuf[], int off, int len) method in class:StreamEncoder
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java694 <A> Future<Integer> implWrite(ByteBuffer src, method in class:WindowsAsynchronousFileChannelImpl
H A DWindowsAsynchronousSocketChannelImpl.java859 <V extends Number,A> Future<V> implWrite(boolean gatheringWrite, method in class:WindowsAsynchronousSocketChannelImpl
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java666 <V extends Number,A> Future<V> implWrite(boolean isGatheringWrite, method in class:UnixAsynchronousSocketChannelImpl

Completed in 301 milliseconds