IoTools
package python.io
Available on python
Static methods
staticcreateFileInputFromBytes(t:RawIOBase):FileInput
staticcreateFileInputFromText(t:TextIOBase):FileInput
staticcreateFileOutputFromBytes(t:RawIOBase):FileOutput
staticcreateFileOutputFromText(t:TextIOBase):FileOutput
staticseekInBinaryMode(stream:RawIOBase, p:Int, pos:FileSeek):Void
staticseekInTextMode(stream:TextIOBase, tell:() ‑> Int, p:Int, pos:FileSeek):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/io/IoTools.html