Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Sets the length of the current stream.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public override void SetLength(
	long value
)

Parameters

value
Type: System..::..Int64
The desired length of the current stream in bytes.

See Also