~zorba-coders/zorba/tokenize

« back to all changes in this revision

Viewing changes to src/store/api/item.h

  • Committer: Tarmac
  • Author(s): Matthias Brantner
  • Date: 2011-12-02 17:01:53 UTC
  • mfrom: (10562.1.2 trunk2)
  • Revision ID: tarmac-20111202170153-kmo60f7fwpopfb8g
fix for bug #898064 Approved: Nicolae Brinza, William Candillon

Show diffs side-by-side

added added

removed removed

Lines of Context:
807
807
  virtual bool isStreamable() const;
808
808
 
809
809
  /**
 
810
   * Checks whether the item's content is streamable
 
811
   * and the underlying stream is seekable
 
812
   *
 
813
   * @return true only if it is.
 
814
   */
 
815
  virtual bool isSeekable() const;
 
816
 
 
817
  /**
810
818
   * Gets an istream for the item's content.
811
819
   *
812
820
   * @return the stream.