Ticket #423 (closed enhancement: fixed)

Opened 14 months ago

Last modified 14 months ago

Add a consume method that will chop the head off the data stream at the current stream position.

Reported by: nick Owned by: nick
Priority: minor Milestone: 0.4
Component: Utility Version: 0.4
Keywords: Cc:
Fixed in revision: Branch:
Author:

Description

The areas that will be affected:

pyamf.util.StringIOProxy cpyamf.util.BufferedByteStream

Change History

Changed 14 months ago by nick

  • status changed from new to accepted
  • type changed from defect to enhancement

Changed 14 months ago by nick

  • keywords review added
  • owner changed from nick to thijs
  • status changed from accepted to assigned

Changed 14 months ago by nick

  • milestone changed from 0.5 to 0.4

Changed 14 months ago by thijs

  • keywords review removed
  • owner changed from thijs to nick

Unit tests, EchoTest and ParseDump succeed. After replacing `tell()` with C{tell()}, duplicating the consume docs into util.pyx, and adding a changelog entry it can be merged.

Changed 14 months ago by nick

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