Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SeekOrigin

Specifies the position in a file to use for seeking.

Index

Enumeration members

Enumeration members

Begin

Begin: = SEEK_SET

Specifies the beginning of a file.

Current

Current: = SEEK_CUR

Specifies the current position of a file.

End

End: = SEEK_END

Specifies the end of a file.

Generated using TypeDoc