You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BZip2InputStream from ICSharpCode.SharpZipLib.BZip2 has a property named "IsStreamOwner" that makes WrappingStream redundant.
In the interests of reducing external dependencies, I think it would be a good change to remove the LogosBible.Utility reference and just set "IsStreamOwner" to false in the Bzip2InputStream initializer.
bool IsStreamOwner [get, set]
Get/set flag indicating ownership of underlying stream. When the flag is true Close will close the underlying stream also.
The text was updated successfully, but these errors were encountered:
The BZip2InputStream from ICSharpCode.SharpZipLib.BZip2 has a property named "IsStreamOwner" that makes WrappingStream redundant.
In the interests of reducing external dependencies, I think it would be a good change to remove the LogosBible.Utility reference and just set "IsStreamOwner" to false in the Bzip2InputStream initializer.
Description from the ICSharpCode documentation (http://bit.ly/1nex97g):
The text was updated successfully, but these errors were encountered: