コード例 #1
0
        }         //end Decode_Index_FirstRecord

        public static byte[] Encode(byte[] src, int index)
        {
            return(PakTools.Coder(src, index, true));
        }         //end Encode
コード例 #2
0
        }         //end Coder

        public static byte[] Decode(byte[] src, int index)
        {
            return(PakTools.Coder(src, index, false));
        }         //end Decode