Exemple #1
0
        public static InvVect FromStream(Stream s)
        {
            InvVect x = new InvVect();

            x.Read(s);
            return(x);
        }