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