Loader class to make it look like SofuD

C# |
public static class SofuReader

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.
|

Object | |
![]() | SofuReader |