Namespace: Composite.Core.Implementation
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public virtual void Write(
	byte[] array,
	int offset,
	int count
)
Visual Basic
Public Overridable Sub Write ( _
	array As Byte(), _
	offset As Integer, _
	count As Integer _
)
Visual C++
public:
virtual void Write(
	array<unsigned char>^ array, 
	int offset, 
	int count
)

Parameters

array
Type: array<System..::..Byte>[]()[][]

[Missing <param name="array"/> documentation for "M:Composite.Core.Implementation.C1FileStreamImplementation.Write(System.Byte[],System.Int32,System.Int32)"]

offset
Type: System..::..Int32

[Missing <param name="offset"/> documentation for "M:Composite.Core.Implementation.C1FileStreamImplementation.Write(System.Byte[],System.Int32,System.Int32)"]

count
Type: System..::..Int32

[Missing <param name="count"/> documentation for "M:Composite.Core.Implementation.C1FileStreamImplementation.Write(System.Byte[],System.Int32,System.Int32)"]

See Also