C# Class MassEffect3.FileFormats.StreamHelpers

Show file Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
ReadToMemoryStream ( this stream, long size ) : MemoryStream
WriteFromStream ( this stream, Stream input, long size ) : void

Method Details

ReadToMemoryStream() public static method

public static ReadToMemoryStream ( this stream, long size ) : MemoryStream
stream this
size long
return System.IO.MemoryStream

WriteFromStream() public static method

public static WriteFromStream ( this stream, Stream input, long size ) : void
stream this
input Stream
size long
return void