Uploaded image for project: 'Commons Compress'
  1. Commons Compress
  2. COMPRESS-207

add notifier support for new block in BZip2CompressorInputStream

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.4.1
    • None
    • Compressors

    Description

      hi,

      attached patch enables an program to add a listener when a new bzip2
      block is detected.

      The notifier is called with:

      • xxx.newBlock(this, currBlockPosition)
      • this = the current BZip2CompressorInputStream object
      • currBlockPosition = The offset (i.e. start position) in the compressed
        input stream of the current block

      Attachments

        Activity

          People

            Unassigned Unassigned
            meyert Thomas Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: