C# Class Server.NativeReaderUnix

Inheritance: INativeReader
显示文件 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
NativeReaderUnix ( ) : System
Read ( IntPtr ptr, void buffer, int length ) : void

Private Methods

Method Description
read ( IntPtr ptr, void buffer, int length ) : int

Method Details

NativeReaderUnix() public method

public NativeReaderUnix ( ) : System
return System

Read() public method

public Read ( IntPtr ptr, void buffer, int length ) : void
ptr System.IntPtr
buffer void
length int
return void