API:SeekOrigin

From Kerbal Space Program Wiki
Revision as of 09:56, 14 October 2012 by N3X15 (talk | contribs) (Created page with "{{Namespace:KSP.IO}} {{Enum |name=SeekOrigin |desc=This enum is a replacement for its System.IO equivalent. It's used to determine from where one wishes to seek in a file str...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

KSP.IO Namespace
BinaryReader · BinaryWriter · File · FileInfo · FileStream · IOException · IOTools · IOUtils · MemoryStream · PluginConfigNode · PluginConfiguration · TextReader · TextWriter

|- | SeekOrigin | Enum template: values parameter missing

Begin Seek from the beginning of the stream.
{{EnumValue |name=Current |desc=Seek from the current position in the stream. End Seek from the end of the stream.