Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When InputStream reads fail, propagate the exception
FSTInputStream.readNextChunk throws on failure rather than silently assuming the stream has completed. In situations where it's necessary to power through failing streams, a wrapped stream can be provided which reads until an exception is thrown, then reports that it is finished.
- Loading branch information