コード例 #1
0
        private byte[] ReadByteBuf(IoBuffer buf)
        {
            if (buf == null)
            {
                return null;
            }

            return buf.GetRemainingArray();
        }