C# Class TESVSnip.UI.Services.PluginEngine.PluginStream

Inheritance: System.IO.MemoryStream
ファイルを表示 Open project: figment/tesvsnip

Public Methods

Method Description
Write ( byte buffer, int offset, int count ) : void

Method Details

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void