Пакет sun-mimepull: Информация

    Исходный пакет: sun-mimepull
    Версия: 1.2-alt4_2jpp6
    Собран:  23 октября 2010 г. 19:10
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: https://mimepull.dev.java.net/

    Лицензия: CDDL
    О пакете: MIME Pull
    Описание: 
    This provides a streaming API to access attachments parts in
    a MIME message. Often times, a large MIME message cannot be
    loaded into memory. Hence the whole message or attachment
    parts are written to a file system and access to the
    attachment parts is provided using those files.
    But in some cases, the attachment parts can be accessed by
    applications in a streaming fashion, provided: - The parts
    are accessed orderly (as they appear in the stream) - The
    parts are accessed only once. In such situations, the parts
    need not be written to file system (however large message
    it is !)
    MIME message parsing is done using pull-parsing, much similar
    to StAX in XML world. The MIMEParts are constructed lazily,
    and parsing is triggered by applications while reading the
    attachment parts. MIMEConfig provides various configuration
    options to control parsing and storing MIME parts. It is
    also possible to read MIME parts in any order and multiple
    times, but doing so may create attachment parts on the file
    system.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    sun-mimepull (noarch)
    sun-mimepull-javadoc (noarch)
    sun-mimepull-repolib (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

      1. /proc
      2. maven-surefire-plugin
      3. ant >= 0:1.6.5
      4. maven2 >= 0:2.0.7
      5. maven2-plugin-assembly
      6. maven2-plugin-compiler
      7. maven2-plugin-idea
      8. maven2-plugin-install
      9. maven2-plugin-jar
      10. maven2-plugin-javadoc
      11. maven2-plugin-resources
      12. stax-ex
      13. stax_1_0_api
      14. wstx
      15. jpackage-utils >= 0:1.7.4
      16. jaf_1_1_api
      17. junit
      18. jpackage-compat

    Последнее изменение


    23 октября 2010 г. Igor Vlasenko 0:1.2-alt4_2jpp6
    - added repolib
    12 мая 2010 г. Igor Vlasenko 0:1.2-alt4_1jpp5
    - fixes for java6 support
    10 января 2009 г. Igor Vlasenko 0:1.2-alt3_1jpp5
    - robot now always fixes docdir ownership