charset() public method

public charset ( ) : Charset
return Charset
Example #1
0
 public static void make_(OutStream self, OutStream output)
 {
     self.m_out = output;
     if (output != null)
     {
         self.charset(output.charset());
     }
 }
Example #2
0
 public static void make_(OutStream self, OutStream output)
 {
     self.m_out = output;
       if (output != null) self.charset(output.charset());
 }