C# Class System.IKVMReader

Inheritance: java.io.Reader
Show file Open project: soywiz/NodeNetAsync

Public Methods

Method Description
IKVMReader ( TextReader TextReader ) : System
close ( ) : void
read ( char charr, int index, int count ) : int

Method Details

IKVMReader() public method

public IKVMReader ( TextReader TextReader ) : System
TextReader TextReader
return System

close() public method

public close ( ) : void
return void

read() public method

public read ( char charr, int index, int count ) : int
charr char
index int
count int
return int