Searched refs:WRITEV (Results 1 – 3 of 3) sorted by relevance
29 enum Direction { READV, WRITEV }; enumConstant95 b.position((direction == Direction.WRITEV ? b.position() : 0) + byteCount); in didTransfer()
516 return transferIoVec(new IoVec(buffers, offset, length, IoVec.Direction.WRITEV)); in write()
319 testChannelWrite_exceptionWhenAlreadyClosed(ChannelWriter.Method.WRITEV); in testChannelWriteV_exceptionWhenAlreadyClosed()350 testChannelWrite_exceptionWhenAlreadyInterrupted(ChannelWriter.Method.WRITEV); in testChannelWriteV_exceptionWhenAlreadyInterrupted()387 testChannelWrite_exceptionOnCloseWhenBlocked(ChannelWriter.Method.WRITEV); in testChannelWriteV_exceptionOnCloseWhenBlocked()421 testChannelWrite_exceptionOnInterrupt(ChannelWriter.Method.WRITEV); in testChannelWriteV_exceptionOnInterrupt()572 WRITEV, enumConstant