C# Class Stash.Serializers.PreservedMemoryStream

Inheritance: System.IO.MemoryStream
Show file Open project: AndyHitchman/Stash

Public Methods

Method Description
Close ( ) : void

Instead of closing and disposing of resources keep the stream open and reset the position to the start.

PreservedMemoryStream ( ) : System.IO
PreservedMemoryStream ( byte buffer ) : System.IO
PreservedMemoryStream ( int capacity ) : System.IO

Method Details

Close() public method

Instead of closing and disposing of resources keep the stream open and reset the position to the start.
public Close ( ) : void
return void

PreservedMemoryStream() public method

public PreservedMemoryStream ( ) : System.IO
return System.IO

PreservedMemoryStream() public method

public PreservedMemoryStream ( byte buffer ) : System.IO
buffer byte
return System.IO

PreservedMemoryStream() public method

public PreservedMemoryStream ( int capacity ) : System.IO
capacity int
return System.IO