コード例 #1
0
 public override void WriteBase64(byte[] buffer, int index, int count)
 {
     InnerWriter.WriteBase64(buffer, index, count);
 }