API:SeekOrigin
From Kerbal Space Program Wiki
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.