C# Class Native.StreamReader, HenchLua

Inheritance: IDisposable
Mostra file Open project: henchmeninteractive/HenchLua

Public Methods

Method Description
Dispose ( ) : void
Read ( IntPtr L, IntPtr baton, UIntPtr &size ) : IntPtr
StreamReader ( Stream source ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Read() public method

public Read ( IntPtr L, IntPtr baton, UIntPtr &size ) : IntPtr
L IntPtr
baton IntPtr
size UIntPtr
return IntPtr

StreamReader() public method

public StreamReader ( Stream source ) : System
source Stream
return System