Ticket #161 (closed enhancement: fixed)

Opened 2 years ago

Last modified 6 months 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 2 years ago by prema

  • owner changed from mikey to prema

Changed 2 years ago by mikey

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

Changed 2 years ago by prema

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