BufferSegmentReadingStream BindBuffer Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Sets byte[] as stream source

Namespace: NFX.IO
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void BindBuffer(
	byte[] buffer,
	long idxStart,
	long count
)

Parameters

buffer
Type:  OnlineSystem Byte 
idxStart
Type: OnlineSystem Int64
count
Type: OnlineSystem Int64
See Also