GigaSpaces XAP.NET Documentation
SetLength Method (value)
Class LibraryGigaSpaces.Core.Internal.PbsReusableReadonlyByteArrayStreamSetLength(Int64)
When overridden in a derived class, sets the length of the current stream.
Declaration Syntax
C#Visual BasicVisual C++J#
public override void SetLength(
	long value
)
Public Overrides Sub SetLength ( _
	value As Long _
)
public:
virtual void SetLength(
	long long value
) override
public void SetLength(
	long value
)
Parameters
value (Int64)
The desired length of the current stream in bytes.
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurs.
NotSupportedExceptionThe stream does not support both writing and seeking, such as if the stream is constructed from a pipe or console output.
ObjectDisposedExceptionMethods were called after the stream was closed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)