W3cubDocs

/Haxe Sys

FileInput

package sys.io

extends Input

@:coreApi Available on cpp, hl, java, lua, macro, neko, php, python

Use sys.io.File.read to create a FileInput.

Constructor

new (f:RandomAccessFile)

Available on java

new (impl:IFileInput)

Available on python

new (f:FileHandle)

Available on lua

Methods

eof ():Bool

seek (p:Int, pos:FileSeek):Void

tell ():Int

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/sys/io/FileInput.html