SetLength()

BasicSTDIOStreamWrapper::SetLength(int64_t) method

Sets the length of the stream represented by the current object.

virtual void System::IO::BasicSTDIOStreamWrapper<T, typename>::SetLength(int64_t value) override

Arguments

ParameterTypeDescription
valueint64_tThe length in bytes to set

See Also