Method LoadFromCompressedStream
LoadFromCompressedStream(Stream)
Loads from compressed stream.
Declaration
public static JSONNode LoadFromCompressedStream(Stream aData)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | aData | a data. |
Returns
| Type | Description |
|---|---|
| JSONNode | JSONNode. |
Exceptions
| Type | Condition |
|---|---|
| Exception | Can't use compressed functions. You need include the SharpZipLib and uncomment the define at the top of SimpleJSON |