4 using SiliconStudio.Core.IO;
6 namespace SiliconStudio.Core.Storage
20 this.blob.AddReference();
23 protected override void Dispose(
bool disposing)
25 base.Dispose(disposing);
34 throw new NotSupportedException();
40 throw new NotSupportedException();
44 public override void Write(byte[] buffer,
int offset,
int count)
46 throw new NotSupportedException();
50 public override bool CanWrite
Stores immutable binary content.
A read-only NativeMemoryStream that will properly keep references on its underlying Blob...
override void Write(byte[] buffer, int offset, int count)
A MemoryStream over a native memory region.
override void Dispose(bool disposing)
override void WriteByte(byte value)
Only valid for a property / field that has a class or struct type. When restored, instead of recreati...
override void Write(IntPtr buffer, int count)
Writes a block of bytes to this stream using data from a buffer. The buffer containing data to write ...