io.TextReader

TextReader

package cs-system-io

extends MarshalByRefObject

implements IDisposable

extended by StreamReader, TextReader_NullTextReader

Available on cs

Methods

Close ():Void

Dispose ():Void

private Dispose (disposing:Bool):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

Static variables

static read only Null:TextReader

Static methods

static Synchronized (reader:TextReader):TextReader

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部