[]
        
(Showing Draft Content)

C1.Util.DX.Storage.IStreamBase

IStreamBase Interface

ISequentialStream

Namespace: C1.Util.DX.Storage
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("0c733a30-2a1c-11ce-ade5-00aa0044773d")]
[Shadow(typeof(ComStreamBaseShadow))]
public interface IStreamBase : ICallbackable, IDisposable

Methods

Name Description
Read(IntPtr, int)

Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.

Write(IntPtr, int)

Writes a specified number of bytes into the stream object starting at the current seek pointer.