API:IOTools

From Kerbal Space Program Wiki
Revision as of 23:12, 12 October 2012 by N3X15 (talk | contribs) (N3X15 moved page IOTools to API:IOTools)
Jump to: navigation, search

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

IOTools Class

Provide some common IO tools that are needed by plugins.

Methods

The following are methods included in IOTools.

Signature Description
static object DeserializeFromBinary(byte[] input) Deserialize an object from binary.
static byte[] SerializeToBinary(object something) Serialize an object to a series of bytes.