ReplayState.ReadBytes Method (Int32)

Ultimate Replay

ReplayStateReadBytes Method (Int32)
Read a byte array from the state.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public byte[] ReadBytes(
	int amount
)

Parameters

amount
Type: SystemInt32
The number of bytes to read

Return Value

Type: Byte
Byte array value
See Also