C# Class Netronics.Scheduling.Microthreading.IO.NioStream

Datei anzeigen Open project: shlee322/Netronics

Public Methods

Method Description
NioRead ( this stream, byte buffer, int offset, int count ) : IYield
NioWrite ( this stream, byte buffer, int offset, int count ) : IYield

Method Details

NioRead() public static method

public static NioRead ( this stream, byte buffer, int offset, int count ) : IYield
stream this
buffer byte
offset int
count int
return IYield

NioWrite() public static method

public static NioWrite ( this stream, byte buffer, int offset, int count ) : IYield
stream this
buffer byte
offset int
count int
return IYield