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
* Improve testing for gzipped files
* Extend BufferedInputStream to insure available() never returns 0 until we are at EOF. A workaround for a Java bug. Fixes#1693