We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076d755 commit 998edecCopy full SHA for 998edec
SimpleJSONBinary.cs
@@ -168,7 +168,7 @@ public static JSONNode DeserializeBinary(System.IO.BinaryReader aReader)
168
public static JSONNode LoadFromCompressedStream(System.IO.Stream aData)
169
{
170
var zin = new ICSharpCode.SharpZipLib.BZip2.BZip2InputStream(aData);
171
- return LoadFromStream(zin);
+ return LoadFromBinaryStream(zin);
172
}
173
public static JSONNode LoadFromCompressedFile(string aFileName)
174
0 commit comments