Ejemplo n.º 1
0
 void IChunk.WriteTo(DataWriter writer) => throw new NotSupportedException();
Ejemplo n.º 2
0
 /// <inheritdoc/>
 protected override void WriteToImpl(DataWriter writer)
 {
     if (!(originalData is null))
     {
         writer.WriteBytes(originalData);
     }