C# Class Node.net.Modules.Streams.NodeStream.DataEventArgs

Class for passing event arguments for OnData.
Inheritance: AutoWrapEventArgs
Mostra file Open project: WindowsTermKit/TermKit

Public Methods

Method Description
DataEventArgs ( byte bytes, int offset, int length ) : System
DataEventArgs ( byte bytes, int offset, int length, Encoding encoding ) : System
GetParameters ( ) : BoxedValue[]

Method Details

DataEventArgs() public method

public DataEventArgs ( byte bytes, int offset, int length ) : System
bytes byte
offset int
length int
return System

DataEventArgs() public method

public DataEventArgs ( byte bytes, int offset, int length, Encoding encoding ) : System
bytes byte
offset int
length int
encoding System.Text.Encoding
return System

GetParameters() public method

public GetParameters ( ) : BoxedValue[]
return BoxedValue[]