Read(byte[], int, int) Method
Namespace
Statiq.Testing
Containing Type
StringBuilderStream
Overridden
Read(byte[], int, int)

Syntax

public override int Read(byte[] buffer, int offset, int count)

Parameters

Name Type Description
buffer byte[]
offset int
count int

Return Value

Type Description
int