ToBytes

SplitStreamContainer.ToBytes method (1 of 2)

Converts the stream data to the Byte array.

public override byte[] ToBytes()

Return Value

The stream data converted to the Byte array.

See Also


SplitStreamContainer.ToBytes method (2 of 2)

Converts the stream data to the Byte array.

public override byte[] ToBytes(long position, long bytesCount)
ParameterTypeDescription
positionInt64The position to start reading bytes from.
bytesCountInt64The bytes count to read.

Return Value

The stream data converted to the Byte array.

See Also