Exemplo n.º 1
0
 public override void WriteBase64(byte [] buffer, int index, int count)
 {
     writer.WriteBase64(buffer, index, count);
     state = WriteState.Content;
 }