Example #1
0
        int ReadInt(NetworkStream s)
        {
            int val = Globs.NetToHost4(Read(4, s));

            return(val);
        }