Fan.Sys.OutStream.make_ C# (CSharp) Méthode

make_() public static méthode

public static make_ ( OutStream self, OutStream output ) : void
self OutStream
output OutStream
Résultat void
        public static void make_(OutStream self, OutStream output)
        {
            self.m_out = output;
              if (output != null) self.charset(output.charset());
        }