Searched defs:writeImpl (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DDatagramChannelImpl.java395 return writeImpl(src);
420 int result = writeImpl(writeBuf);
433 private int writeImpl(ByteBuffer buf) throws IOException { method in class:DatagramChannelImpl
H A DFileChannelImpl.java476 return writeImpl(buffer, position);
480 return writeImpl(buffer, -1);
483 private int writeImpl(ByteBuffer buffer, long position) throws IOException { method in class:FileChannelImpl
H A DSocketChannelImpl.java361 return writeImpl(src);
380 int result = writeImpl(writeBuf);
393 private int writeImpl(ByteBuffer src) throws IOException { method in class:SocketChannelImpl

Completed in 140 milliseconds