C# Class Patcher.IO.ReadOnlyMemoryStream

Creates a memory stream that can be only read from and the original buffer of which can be shared.
Inheritance: System.IO.MemoryStream
Show file Open project: unforbidable/patcher

Public Methods

Method Description
ReadOnlyMemoryStream ( byte buffer ) : System

Method Details

ReadOnlyMemoryStream() public method

public ReadOnlyMemoryStream ( byte buffer ) : System
buffer byte
return System