FileInput object for reading bytes from file as stream, inherited from Input


Created FileInput object has methods:

seek(p, type)

set current reading position p as type of file seek type

p - seek position

type - seek position type, can be:

  • Lib.Sys.IO.FileSeek.SeekBegin
  • Lib.Sys.IO.FileSeek.SeekCur
  • Lib.Sys.IO.FileSeek.SeekEnd

tell()

return current reading stream position


eof()

return true if end of file reached



check other available methods in Input

Created with the Personal Edition of HelpNDoc: Easily create Web Help sites