Loader class to make it look like SofuD
Declaration Syntax
C# |
public static class SofuReader
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
LoadFile(TextReader) |
Reads data from a textwriter an puts it into a SofuObject tree.
Warning this does not support binary input, give it a Stream please.
| |
LoadFile(Stream) |
Reads data from a Strem an puts it into a SofuObject tree.
| |
LoadFile(String) |
Reads data from a file an puts it into a SofuObject tree.
|
Inheritance Hierarchy
Object | |
SofuReader |