Fan.Sys.OutStream.make_ C# (CSharp) Method

make_() public static method

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