Searched refs:writeImpl (Results 1 – 3 of 3) sorted by relevance
395 return writeImpl(src); in write()420 int result = writeImpl(writeBuf); in write()433 private int writeImpl(ByteBuffer buf) throws IOException { in writeImpl() method in DatagramChannelImpl
361 return writeImpl(src); in write()380 int result = writeImpl(writeBuf); in write()393 private int writeImpl(ByteBuffer src) throws IOException { in writeImpl() method in SocketChannelImpl
476 return writeImpl(buffer, position); in write()480 return writeImpl(buffer, -1); in write()483 private int writeImpl(ByteBuffer buffer, long position) throws IOException { in writeImpl() method in FileChannelImpl