charset() public méthode

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