FileOutput object for writing bytes to file as stream, inherited from Output


Created FileOutput object has methods:

seek(p, type)

set current writing 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 writing stream position



check other available methods in Output

Created with the Personal Edition of HelpNDoc: Full-featured Help generator