Ticket #161 (closed enhancement: fixed)

Opened 20 months ago

Last modified 2 weeks ago

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

Changed 20 months ago by prema

  • owner changed from mikey to prema

Changed 20 months ago by mikey

  • component changed from core to Streams
  • milestone set to 0.9.0

Changed 20 months ago by prema

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.