Click or drag to resize

BitStreamCopyFrom Method (Stream, Int32)

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

Copy data from another stream

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CopyFrom(
	Stream s,
	int count = -1
)
Request Example View Source

Parameters

s
Type: System.IOStream
Stream to copy from
count (Optional)
Type: SystemInt32
How many bytes to read. Set to value less than one to read until ReadByte returns -1
See Also