BuildMaster SDK Reference
Version:

TemporaryStream Class

Contains methods for working with temporary streams.

Inheritance Hierarchy

  • object
    • Inedo.IO.TemporaryStream

Syntax

public class TemporaryStream

Methods

Name Description
Create(long expectedLength)

Returns a temporary stream best suited for storing data of the specified length.

Remarks

This will used either a SlimMemoryStream or a System.IO.FileStream backed by System.IO.Path.GetTempFileName, depending on the expected length passed to Create(long expectedLength).