Example #1
0
 /// <exclude />
 public override void Write(byte[] buffer, int offset, int count)
 {
     throw Exceptions.NotSupported();
 }
Example #2
0
 /// <exclude />
 public override void SetLength(long value)
 {
     throw Exceptions.NotSupported();
 }