Methods (1)
Namespace: CSCore

Syntax

public interface IWriteable

Summary

Provides the Write method.

Methods

Write(Byte[] buffer, Int32 offset, Int32 count)

Used to write down raw byte data.

public abstract void Write(Byte[] buffer, Int32 offset, Int32 count)

Parameters

buffer

Byte[]

Byte array which contains the data to write down.

offset

Int32

Zero-based offset in the buffer.

count

Int32

Number of bytes to write.

Class Diagram

public interfaceIWriteableWrite

save

reset

Drag to pan - Use Mousewheel + Ctrl to zoom