Difference between revisions of "API:SeekOrigin"
From Kerbal Space Program Wiki
(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...") |
(No difference)
|
Revision as of 09:56, 14 October 2012
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.