// TODO(mravn): Avoid the extra copy below. final byte[] bytes = message.getBytes(UTF8); final ByteBuffer buffer = ByteBuffer.allocateDirect( ...
確定! 回上一頁