W3cubDocs

/Haxe C#

TextReader

package cs.system.io

extends MarshalByRefObject

implements IDisposable

extended by StreamReader, TextReader_NullTextReader

Available on cs

Static variables

staticread onlyNull:TextReader

Static methods

staticSynchronized(reader:TextReader):TextReader

Methods

Close():Void

finalDispose():Void

Peek():Int

Read():Int

Read(buffer:NativeArray<Char16>, index:Int, count:Int):Int

ReadBlock(buffer:NativeArray<Char16>, index:Int, count:Int):Int

ReadLine():String

ReadToEnd():String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/io/TextReader.html