示例#1
0
        public bool ReadBytes(byte[] inOutByteArray, uint maxLengthToRead, bool peek)
        {
            bool ret = RakNetPINVOKE.ByteQueue_ReadBytes(swigCPtr, inOutByteArray, maxLengthToRead, peek);

            return(ret);
        }