Ticket #161 (closed enhancement: fixed)
InputStream should provide a eof() method
| Reported by: | mikey | Owned by: | prema |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9.0 |
| Component: | Streams | Version: | SVN-trunk |
| Keywords: | Cc: | prema |
Description
While the bytesLeft() method of net::stubbles::streams::stubInputStream works well for normal files, it fails for compressed files as it is not possible to detect the length of the uncompressed file content. To solve this a method eof() should be introduced, which gives a better decision base if the file was processed completely or not.
Change History
Note: See
TracTickets for help on using
tickets.
