[]
        
(Showing Draft Content)

C1.Util.DX.Storage.NativeFileStream.Write

Write Method

Write(byte[], int, int)

Declaration
public override void Write(byte[] buffer, int offset, int count)
Parameters
Type Name Description
byte[] buffer
int offset
int count
Overrides

Write(IntPtr, int, int)

Writes a block of bytes to this stream using data from a buffer.

Declaration
public void Write(IntPtr buffer, int offset, int count)
Parameters
Type Name Description
IntPtr buffer

The buffer containing data to write to the stream.

int offset

The zero-based byte offset in buffer at which to begin copying bytes to the current stream.

int count

The number of bytes to be written to the current stream.