API:SeekOrigin

From Kerbal Space Program Wiki
Revision as of 10:11, 14 October 2012 by N3X15 (talk | contribs)
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.
Current Seek from the current position in the stream.
End Seek from the end of the stream.