예제 #1
0
파일: ByteQueue.cs 프로젝트: dacuster/VOID
        public bool ReadBytes(byte[] inOutByteArray, uint maxLengthToRead, bool peek)
        {
            bool ret = RakNetPINVOKE.ByteQueue_ReadBytes(swigCPtr, inOutByteArray, maxLengthToRead, peek);

            return(ret);
        }