Click or drag to resize

CBFWriteBuff Method

Write data from memory into a BF stream

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void WriteBuff(
	byte* buff,
	int nbytes
)

public void WriteBuff(
	byte* buff,
	int nbytes
)

Parameters

buff
Type: SystemByte*
Data buffer to write data from
nbytes
Type: SystemInt32
Number of bytes to write
See Also