[This is preliminary documentation and is subject to change.]
Sets byte[] as stream source
Namespace: NFX.IOAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void BindBuffer(
byte[] buffer,
long idxStart,
long count
)
public void BindBuffer(
byte[] buffer,
long idxStart,
long count
)
Public Sub BindBuffer (
buffer As Byte(),
idxStart As Long,
count As Long
)
Public Sub BindBuffer (
buffer As Byte(),
idxStart As Long,
count As Long
)
public:
void BindBuffer(
array<unsigned char>^ buffer,
long long idxStart,
long long count
)
public:
void BindBuffer(
array<unsigned char>^ buffer,
long long idxStart,
long long count
)
member BindBuffer :
buffer : byte[] *
idxStart : int64 *
count : int64 -> unit
member BindBuffer :
buffer : byte[] *
idxStart : int64 *
count : int64 -> unit