Difference between revisions of "API:IOTools"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "{{Namespace:KSP.IO}} {{Class |name=IOTools |summary=Provide some common IO tools that are needed by plugins. }} {{MethodsStart}} {{StaticMethod |returntype=object |returndesc=...")
(No difference)

Revision as of 02:46, 18 May 2012

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.