예제 #1
0
    public static string ReadStringEx(int tSize = 32)
    {
        string readString = ByteConvert.MsgBytesToStringEx(rbytes, curReadIndex, tSize);

        curReadIndex += tSize;
        return(readString);
    }