Download jbzip2

Author: e | 2025-04-24

★★★★☆ (4.5 / 870 reviews)

polaroid photo effect

Jbzip2 Last Release on 3. Jbzip2 1 usages. org.itadaki Jbzip2. Jbzip2 Last Release on Indexed Repositories (2872) Central Atlassian WSO2

Download launchbox 12.7

jbzip2 download, install jbzip2.exe

Jbzip2This repository was exported from the jbzip2 Google Code project to ensure it survives the service’s shutdown.We are not the library’s authors; expect no updates here.The original description of the Google Code project follows.jbzip2 is a Java bzip2 compression/decompression library.It can be used as a replacement for the Apache CBZip2InputStream / CBZip2OutputStream classesNews13/10/2011 jbzip2-0.9.1 is now available.This release fixes numerous bugs in both compression and decompression.25/05/2011 jbzip2-0.9 is now availableFeaturesA decompressor that is typically 5% to 10% faster than CBZip2InputStreamA compressor of broadly comparable speed to CBZip2OutputStream (slightly slower in some cases, rather faster than others)Legible, well factored code suitable for studying how the algorithms of BZip2 workUsageTo compress data, pass it through a BZip2OutputStreamTo decompress data, pass it through a BZip2InputStreamTesters Wantedjbzip2 has been tested successfully on a moderately large and diverse body of data, but more is needed.Please help by testing jbzip2 on your own dataTesting can be carried out using the RoundTrip utility included in the distribution:java -cp jbzip2-0.9.1.jar demo.RoundTrip /path/to/test/dataEach ordinary readable file beneath the given path will be compressed into a temporary file,then decompressed (no files will be created or altered in place).If any error is encountered, the test will stop with an exceptionReports of success, as well as failure would be most welcome. Feedback can be sent to the author : * LICENSE : * licence/LICENSE.slf4j.txt (MIT LICENSE) /* * Copyright (c) 2004-2007 QOS.ch * Tous droits réservés. * * * L'autorisation est par les présentes accordée, gratuitement, à toute personne obtenant * une copie de ce logiciel et des fichiers de documentation associés (le * "Logiciel"), pour traiter dans le Logiciel sans restriction, y compris * sans limitation les droits d'utilisation, de copie, de modification, de fusion, de publication, * de distribution, de sous-licence et/ou de vente de copies du Logiciel, et de * permettre aux personnes de à qui le Logiciel est fourni pour ce faire, sous réserve * des conditions suivantes : * * L'avis de droit d'auteur ci-dessus et le présent avis d'autorisation doivent être * inclus dans toutes les copies ou parties substantielles du Logiciel. * * LE LOGICIEL EST FOURNI "TEL QUEL", SANS GARANTIE D'AUCUNE SORTE, * EXPRÈS OU IMPLICITE, Y COMPRIS MAIS NON LIMITÉ AUX GARANTIES DE * QUALITÉ MARCHANDE, APTITUDE À UN USAGE PARTICULIER ET * NON-CONTREFAÇON. EN AUCUN CAS, LES AUTEURS OU LES TITULAIRES DE DROITS D'AUTEUR NE SERONT * RESPONSABLES DE TOUTE RÉCLAMATION, DOMMAGES OU AUTRE RESPONSABILITÉ, QUE CE SOIT DANS UNE ACTION * DE CONTRAT, DE TORTURE OU AUTREMENT, DÉCOULANT DE, HORS OU EN RELATION * AVEC LE LOGICIEL OU L'UTILISATION OU D'AUTRES TRANSACTIONS DANS LE LOGICIEL. */ * PAGE D'ACCUEIL : * ------------------------------------------------------------------------------------------------ This product contains a modified portion of 'Apache Harmony', an open source Java SE, which can be obtained at: * NOTICE: * license/NOTICE.harmony.txt Apache Harmony Copyright 2006, 2010 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation ( * LICENSE: * license/LICENSE.harmony.txt (Apache License 2.0) * HOMEPAGE: * ------------------------------------------------------------------------------------------ Ce produit contient une partie modifiée de 'jbzip2', une bibliothèque de compression et de décompression Java bzip2 écrite par Matthew J. Francis. Il peut être obtenu à : * LICENCE : * licence/LICENSE.jbzip2.txt (MIT Licence) Copyright (c) 2010-2011 Matthew J. Par les présentes, Francis et les Contributeurs de l'autorisation de projet jbzip2 sont autorisés à toute personne à obtenir gratuitement une copie de ce logiciel et des fichiers de documentation associés (le "Logiciel"), à utiliser le Logiciel sans restriction, y compris, mais sans s'y limiter, les droits d'utilisation, de copie, de modification, de fusion, publier, distribuer, concéder sous licence et/ou vendre des copies du Logiciel, et permettre aux personnes auxquelles le Logiciel est fourni de le faire, sous réserve des conditions suivantes : L'avis de droit d'auteur ci-dessus et le présent avis d'autorisation doivent être inclus dans toutes les copies ou parties substantielles du Logiciel. LE LOGICIEL EST FOURNI "EN L'ETAT", SANS AUCUN TYPE DE GARANTIE, EXPRESSE OU IMPLICITE, CE QUI INCLUT, MAIS SANS S'Y LIMITER, LES GARANTIES DE QUALITE MARCHANDE OU D'ADEQUATION A UN USAGE PARTICULIER, ET D'ABSENCE DE CONTREFACON. LES AUTEURS OU LES DETENTEURS DU COPYRIGHT NE PEUVENT EN AUCUN CAS ETRE TENUS RESPONSABLES DES RECLAMATIONS, DOMMAGES OU AUTRES REVENDICATIONS ISSUS DE L'UTILISATION CONTRACTUELLE OU DELICTUELLE DU LOGICIEL OU D'ELEMENTS DERIVES DU LOGICIEL. * PAGE D'ACCUEIL : * --------------------------------------------------------------------------------------------------------

maven-jbzip2/jbzip2.jardesc at master fredcooke/maven-jbzip2

Specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * HOMEPAGE: * -------------------------------------------------------------------------------- This product contains a modified portion of 'SLF4J', a simple logging facade for Java, which can be obtained at: * LICENSE: * license/LICENSE.slf4j.txt (MIT License) /* * Copyright (c) 2004-2007 QOS.ch * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ * HOMEPAGE: * ------------------------------------------------------------------------------------------------ This product contains a modified portion of 'Apache Harmony', an open source Java SE, which can be obtained at: * NOTICE: * license/NOTICE.harmony.txt Apache Harmony Copyright 2006, 2010 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation ( * LICENSE: * license/LICENSE.harmony.txt (Apache License 2.0) * HOMEPAGE: * ------------------------------------------------------------------------------------------ This product contains a modified portion of 'jbzip2', a Java bzip2 compression and decompression library written by Matthew J. Francis. It can be obtained at: * LICENSE: * license/LICENSE.jbzip2.txt (MIT License) Copyright (c) 2010-2011 Matthew J. Francis and Contributors of the jbzip2 Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished. Jbzip2 Last Release on 3. Jbzip2 1 usages. org.itadaki Jbzip2. Jbzip2 Last Release on Indexed Repositories (2872) Central Atlassian WSO2

jbzip2/README.md at master Honguito98/jbzip2 - GitHub

Obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ * HOMEPAGE: * --------------------------------------------------------------------------------- This product contains a modified portion of 'Apache Harmony', an open source Java SE, which can be obtained at: * NOTICE: * license/NOTICE.harmony.txt Apache Harmony Copyright 2006, 2010 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation ( * LICENSE: * license/LICENSE.harmony.txt (Apache License 2.0) * HOMEPAGE: * --------------------------------------------------------------------------------- This product contains a modified portion of 'jbzip2', a Java bzip2 compression and decompression library written by Matthew J. Francis. It can be obtained at: * LICENSE: * license/LICENSE.jbzip2.txt (MIT License) Copyright (c) 2010-2011 Matthew J. Francis and Contributors of the jbzip2 Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * HOMEPAGE: * --------------------------------------------------------------------------------- This product contains a modified portion of 'libdivsufsort', a C API library to construct the suffix array and the Burrows-Wheeler transformed string for any input string of a constant-size alphabet written by Yuta Mori. It can be obtained at: * LICENSE: * license/LICENSE.libdivsufsort.txt (MIT License) Copyright (c) 2003-2008 Yuta Mori All Rights Reserved. Permission is hereby granted, free of charge, to any person System Specs:Ubuntu20 (bionic beaver) Virtual MachineVirtualBox 6.1Windows 10 hostWhen trying to build the latest from source with antsudo snap install ant --classiccd /source/dirantAn error reports ascompile: [javac] Compiling 41 source files to /home/chabab/Downloads/Trimmomatic-0.39/dist/build [javac] warning: [options] bootstrap class path not set in conjunction with -source 6 [javac] warning: [options] source value 6 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [javac] Note: /home/chabab/Downloads/Trimmomatic-0.39/src/org/usadellab/trimmomatic/trim/BaseCountTrimmer.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 4 warningsIn order to fix this, edit file build.xml and replace 1.5 with 1.6 on line 34vim build.xmlsave and exit the fileRunning ant again results in successful buildchabab@chabab-VirtualBox:~/Downloads/Trimmomatic-0.39$ antBuildfile: /home/chabab/Downloads/Trimmomatic-0.39/build.xmlinit:import:compile: [javac] Compiling 41 source files to /home/chabab/Downloads/Trimmomatic-0.39/dist/build [javac] warning: [options] bootstrap class path not set in conjunction with -source 6 [javac] warning: [options] source value 6 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [javac] Note: /home/chabab/Downloads/Trimmomatic-0.39/src/org/usadellab/trimmomatic/trim/BaseCountTrimmer.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 4 warningsdist: [unjar] Expanding: /home/chabab/Downloads/Trimmomatic-0.39/dist/lib/jbzip2-0.9.jar into /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack [delete] Deleting directory /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack/META-INF [delete] Deleting directory /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack/demo [move] Moving 1 file to /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack [move] Moving 1 file to /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack [copy] Copying 50 files to /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack [jar] Building jar: /home/chabab/Downloads/Trimmomatic-0.39/dist/jar/trimmomatic-0.39.jar [zip] Building zip: /home/chabab/Downloads/Trimmomatic-0.39/dist/Trimmomatic-0.39.zip [zip] Building zip: /home/chabab/Downloads/Trimmomatic-0.39/dist/Trimmomatic-Src-0.39.zipBUILD SUCCESSFULTotal time: 2 seconds

jbzip2/README.md at main alexgagnon/jbzip2 - GitHub

The License. Also, please refer to each LICENSE..txt file, which is located in the 'license' directory of the distribution file, for the license terms of the components that this product depends on. ------------------------------------------------------------------------------- This product contains the extensions to Java Collections Framework which has been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene: * LICENSE: * license/LICENSE.jsr166y.txt (Public Domain) * HOMEPAGE: * * This product contains a modified version of Robert Harder's Public Domain Base64 Encoder and Decoder, which can be obtained at: * LICENSE: * license/LICENSE.base64.txt (Public Domain) * HOMEPAGE: * This product contains a modified portion of 'Webbit', an event based WebSocket and HTTP server, which can be obtained at: * LICENSE: * license/LICENSE.webbit.txt (BSD License) * HOMEPAGE: * This product contains a modified portion of 'SLF4J', a simple logging facade for Java, which can be obtained at: * LICENSE: * license/LICENSE.slf4j.txt (MIT License) * HOMEPAGE: * This product contains a modified portion of 'Apache Harmony', an open source Java SE, which can be obtained at: * NOTICE: * license/NOTICE.harmony.txt * LICENSE: * license/LICENSE.harmony.txt (Apache License 2.0) * HOMEPAGE: * This product contains a modified portion of 'jbzip2', a Java bzip2 compression and decompression library written by Matthew J. Francis. It can be obtained at: * LICENSE: * license/LICENSE.jbzip2.txt (MIT License) * HOMEPAGE: * This product contains a modified portion of 'libdivsufsort', a C API library to construct the suffix array and the Burrows-Wheeler transformed string for any input string of a constant-size alphabet written by Yuta Mori. It can be obtained at: * LICENSE: * license/LICENSE.libdivsufsort.txt (MIT License) * HOMEPAGE: * This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Concurrency Tools for the JVM, which can be obtained at: * LICENSE: * license/LICENSE.jctools.txt (ASL2 License) * HOMEPAGE: * This product optionally depends on 'JZlib', a re-implementation of zlib in pure Java, which can be obtained at: * LICENSE: * license/LICENSE.jzlib.txt (BSD style License) * HOMEPAGE: * This product optionally depends on 'Compress-LZF', a Java library for encoding and decoding data in LZF format, written by Tatu Saloranta. It can be obtained at: * LICENSE: * license/LICENSE.compress-lzf.txt (Apache License 2.0) * HOMEPAGE: * This product optionally depends on 'lz4', a LZ4 Java compression and decompression library written by Adrien Grand. It can be obtained at: * LICENSE: * license/LICENSE.lz4.txt (Apache License 2.0) * HOMEPAGE: * This product optionally depends on 'lzma-java', a LZMA Java compression and decompression library, which can be obtained at: * LICENSE: * license/LICENSE.lzma-java.txt (Apache License 2.0) * HOMEPAGE: * This product contains a modified portion of 'jfastlz', a Java port of FastLZ compression and decompression library written by William Kinney. It can be obtained at: * LICENSE: * license/LICENSE.jfastlz.txt (MIT License) * HOMEPAGE: * This product contains a modified portion of and optionally depends on 'Protocol Buffers', Google's data interchange format, which can be obtained at: * LICENSE: * license/LICENSE.protobuf.txt (New BSD License) * HOMEPAGE: * This product optionally depends on 'Bouncy Castle Crypto APIs' to

jbzip2 0.9.1 - Download - Softpedia

The download jar file contains the following class files or Java source files.1.Download jodd-petite-3.4.5.jar2.Download jodd-proxetta-3.4.4-sources.jar3.Download jodd-proxetta-3.4.4.jar4.Download jodd-proxetta-3.4.5-sources.jar5.Download jodd-proxetta-3.4.5.jar6.Download jodd-lagarto-3.4.3-sources.jar7.Download jodd-lagarto-3.4.3.jar8.Download jodd-lagarto-3.4.4-sources.jar9.Download jodd-lagarto-3.4.4.jar10.Download jodd-lagarto-3.4.5-sources.jar11.Download jodd-lagarto-3.4.5.jar12.Download jodd-lagarto-web-3.4.3-sources.jar13.Download jodd-lagarto-web-3.4.3.jar14.Download jodd-lagarto-web-3.4.4-sources.jar15.Download jodd-lagarto-web-3.4.4.jar16.Download jodd-lagarto-web-3.4.5-sources.jar17.Download jodd-lagarto-web-3.4.5.jar18.Download jodd-petite-3.4.3-sources.jar19.Download jodd-petite-3.4.3.jar20.Download jodd-petite-3.4.4-sources.jar21.Download jodd-petite-3.4.4.jar22.Download jodd-proxetta-3.4.3-sources.jar23.Download jodd-proxetta-3.4.3.jar24.Download jodd-joy-3.4.3-sources.jar25.Download jodd-joy-3.4.3.jar26.Download jodd-vtor-3.4.3-sources.jar27.Download jodd-vtor-3.4.3.jar28.Download jodd-vtor-3.4.4-sources.jar29.Download jodd-vtor-3.4.4.jar30.Download jodd-vtor-3.4.5-sources.jar31.Download jodd-vtor-3.4.5.jar32.Download jodd-bean-3.4.4-sources.jar33.Download jodd-bean-3.4.4.jar34.Download jodd-bean-3.4.5-sources.jar35.Download jodd-bean-3.4.5.jar36.Download jodd-wot-3.2.5-sources.jar37.Download jodd-wot-3.2.5.jar38.Download jodd-mail-3.4.0-sources.jar39.Download jodd-mail-3.4.0.jar40.Download jodd-mail-3.4.1-sources.jar41.Download jodd-mail-3.4.1.jar42.Download jodd-mail-3.4.2-sources.jar43.Download jodd-mail-3.4.2.jar44.Download jodd-mail-3.4.3-sources.jar45.Download jodd-mail-3.4.3.jar46.Download jodd-mail-3.4.4-sources.jar47.Download jodd-mail-3.4.4.jar48.Download jodd-mail-3.4.5-sources.jar49.Download jodd-mail-3.4.5.jar50.Download jodd-servlet-3.4.3-sources.jar51.Download jodd-servlet-3.4.3.jar52.Download jodd-servlet-3.4.4-sources.jar53.Download jodd-servlet-3.4.4.jar54.Download jodd-servlet-3.4.5-sources.jar55.Download jodd-servlet-3.4.5.jar56.Download jodd-core-3.4.2-sources.jar57.Download jodd-core-3.4.2.jar58.Download jodd-core-3.4.3-sources.jar59.Download jodd-core-3.4.3.jar60.Download jodd-core-3.4.4-sources.jar61.Download jodd-core-3.4.4.jar62.Download jodd-core-3.4.5-sources.jar63.Download jodd-core-3.4.5.jar64.Download jodd-swingspy-3.4.3-sources.jar65.Download jodd-swingspy-3.4.3.jar66.Download jodd-swingspy-3.4.4-sources.jar67.Download jodd-swingspy-3.4.4.jar68.Download jodd-swingspy-3.4.5-sources.jar69.Download jodd-swingspy-3.4.5.jar70.Download jodd-upload-3.4.3-sources.jar71.Download jodd-upload-3.4.3.jar72.Download jodd-upload-3.4.4-sources.jar73.Download jodd-upload-3.4.4.jar74.Download jodd-upload-3.4.5-sources.jar75.Download jodd-upload-3.4.5.jar76.Download jodd-props-3.4.3-sources.jar77.Download jodd-props-3.4.3.jar78.Download jodd-props-3.4.4-sources.jar79.Download jodd-props-3.4.4.jar80.Download jodd-props-3.4.5-sources.jar81.Download jodd-props-3.4.5.jar82.Download jodd-3.2-sources.jar83.Download jodd-3.2.6.jar84.Download jodd-3.2.7.jar85.Download jodd-3.2.jar86.Download jodd-3.3-sources.jar87.Download jodd-3.3.1-sources.jar88.Download jodd-3.3.1.jar89.Download jodd-3.3.2-sources.jar90.Download jodd-3.3.2.jar91.Download jodd-3.3.3-sources.jar92.Download jodd-3.3.3.jar93.Download jodd-3.3.4-sources.jar94.Download jodd-3.3.4.jar95.Download jodd-3.3.7-sources.jar96.Download jodd-3.3.7.jar97.Download jodd-3.3.8-sources.jar98.Download jodd-3.3.8.jar99.Download jodd-3.3.jar100.Download jodd-core-3.4.0-sources.jar101.Download jodd-core-3.4.0.jar102.Download jodd-core-3.4.1-sources.jar103.Download jodd-core-3.4.1.jar104.Download jodd-db-3.4.0-sources.jar105.Download jodd-db-3.4.0.jar106.Download jodd-db-3.4.1-sources.jar107.Download jodd-db-3.4.1.jar108.Download jodd-db-3.4.2-sources.jar109.Download jodd-db-3.4.2.jar110.Download jodd-joy-3.4.0-sources.jar111.Download jodd-joy-3.4.0.jar112.Download jodd-joy-3.4.1-sources.jar113.Download jodd-joy-3.4.1.jar114.Download jodd-joy-3.4.2-sources.jar115.Download jodd-joy-3.4.2.jar116.Download jodd-jtx-3.4.0-sources.jar117.Download jodd-jtx-3.4.0.jar118.Download jodd-jtx-3.4.1-sources.jar119.Download jodd-jtx-3.4.1.jar120.Download jodd-jtx-3.4.2-sources.jar121.Download jodd-jtx-3.4.2.jar122.Download jodd-lagarto-3.4.0-sources.jar123.Download jodd-lagarto-3.4.0.jar124.Download jodd-lagarto-3.4.1-sources.jar125.Download jodd-lagarto-3.4.1.jar126.Download jodd-lagarto-3.4.2-sources.jar127.Download jodd-lagarto-3.4.2.jar128.Download jodd-lagarto-web-3.4.0-sources.jar129.Download jodd-lagarto-web-3.4.0.jar130.Download jodd-lagarto-web-3.4.1-sources.jar131.Download jodd-lagarto-web-3.4.1.jar132.Download jodd-lagarto-web-3.4.2-sources.jar133.Download jodd-lagarto-web-3.4.2.jar134.Download jodd-madvoc-3.4.0-sources.jar135.Download jodd-madvoc-3.4.0.jar136.Download jodd-madvoc-3.4.1-sources.jar137.Download jodd-madvoc-3.4.1.jar138.Download jodd-madvoc-3.4.2-sources.jar139.Download jodd-madvoc-3.4.2.jar140.Download jodd-petite-3.4.0-sources.jar141.Download jodd-petite-3.4.0.jar142.Download jodd-petite-3.4.1-sources.jar143.Download jodd-petite-3.4.1.jar144.Download jodd-petite-3.4.2-sources.jar145.Download jodd-petite-3.4.2.jar146.Download jodd-proxetta-3.4.0-sources.jar147.Download jodd-proxetta-3.4.0.jar148.Download jodd-proxetta-3.4.1-sources.jar149.Download jodd-proxetta-3.4.1.jar150.Download jodd-proxetta-3.4.2-sources.jar151.Download jodd-proxetta-3.4.2.jar152.Download jodd-servlet-3.4.0-sources.jar153.Download jodd-servlet-3.4.0.jar154.Download jodd-servlet-3.4.1-sources.jar155.Download jodd-servlet-3.4.1.jar156.Download jodd-servlet-3.4.2-sources.jar157.Download jodd-servlet-3.4.2.jar158.Download jodd-swingspy-3.4.0-sources.jar159.Download jodd-swingspy-3.4.0.jar160.Download jodd-swingspy-3.4.1-sources.jar161.Download jodd-swingspy-3.4.1.jar162.Download jodd-swingspy-3.4.2-sources.jar163.Download jodd-swingspy-3.4.2.jar164.Download jodd-upload-3.4.0-sources.jar165.Download jodd-upload-3.4.0.jar166.Download jodd-upload-3.4.1-sources.jar167.Download jodd-upload-3.4.1.jar168.Download jodd-upload-3.4.2-sources.jar169.Download jodd-upload-3.4.2.jar170.Download jodd-vtor-3.4.0-sources.jar171.Download jodd-vtor-3.4.0.jar172.Download jodd-vtor-3.4.1-sources.jar173.Download jodd-vtor-3.4.1.jar174.Download jodd-vtor-3.4.2-sources.jar175.Download jodd-vtor-3.4.2.jar176.Download jodd-wot-3.2-sources.jar177.Download jodd-wot-3.2.6-sources.jar178.Download jodd-wot-3.2.6.jar179.Download jodd-wot-3.2.7-sources.jar180.Download jodd-wot-3.2.7.jar181.Download jodd-wot-3.2.jar182.Download jodd-wot-3.3-sources.jar183.Download jodd-wot-3.3.1-sources.jar184.Download jodd-wot-3.3.1.jar185.Download jodd-wot-3.3.2-sources.jar186.Download jodd-wot-3.3.2.jar187.Download jodd-wot-3.3.3-sources.jar188.Download jodd-wot-3.3.3.jar189.Download jodd-wot-3.3.4-sources.jar190.Download jodd-wot-3.3.4.jar191.Download jodd-wot-3.3.7-sources.jar192.Download jodd-wot-3.3.7.jar193.Download jodd-wot-3.3.8-sources.jar194.Download jodd-wot-3.3.8.jar195.Download jodd-wot-3.3.jar196.Download jodd-madvoc-3.4.3-sources.jar197.Download jodd-madvoc-3.4.3.jar198.Download jodd-madvoc-3.4.4-sources.jar199.Download jodd-madvoc-3.4.4.jar200.Download jodd-madvoc-3.4.5-sources.jar201.Download jodd-madvoc-3.4.5.jar202.Download jodd-wot-3.1.0-sources.jar203.Download jodd-wot-3.1.0.jar204.Download jodd-wot-3.1.1-sources.jar205.Download jodd-wot-3.1.1.jar206.Download jodd-props-3.4.0-sources.jar207.Download jodd-props-3.4.0.jar208.Download jodd-props-3.4.1-sources.jar209.Download jodd-props-3.4.1.jar210.Download jodd-props-3.4.2-sources.jar211.Download jodd-props-3.4.2.jar212.Download jodd-3.1.0-sources.jar213.Download jodd-3.1.0.jar214.Download jodd-3.1.1-sources.jar215.Download jodd-3.1.1.jar216.Download jodd-3.2.5-sources.jar217.Download jodd-3.2.5.jar218.Download jodd-3.2.6-sources.jar219.Download jodd-3.2.7-sources.jar220.Download jodd-joy-3.4.4-sources.jar221.Download jodd-joy-3.4.4.jar222.Download jodd-joy-3.4.5-sources.jar223.Download jodd-joy-3.4.5.jar224.Download jodd-jtx-3.4.3-sources.jar225.Download jodd-jtx-3.4.3.jar226.Download jodd-jtx-3.4.4-sources.jar227.Download jodd-jtx-3.4.4.jar228.Download jodd-jtx-3.4.5-sources.jar229.Download jodd-jtx-3.4.5.jar230.Download jodd-db-3.4.3-sources.jar231.Download jodd-db-3.4.3.jar232.Download jodd-db-3.4.4-sources.jar233.Download jodd-db-3.4.4.jar234.Download jodd-db-3.4.5-sources.jar235.Download jodd-db-3.4.5.jar236.Download jodd-bean-3.4.1-sources.jar237.Download jodd-bean-3.4.1.jar238.Download jodd-bean-3.4.0-sources.jar239.Download jodd-bean-3.4.0.jar240.Download jodd-bean-3.4.2-sources.jar241.Download jodd-bean-3.4.2.jar242.Download jodd-bean-3.4.3-sources.jar243.Download jodd-bean-3.4.3.jar. Jbzip2 Last Release on 3. Jbzip2 1 usages. org.itadaki Jbzip2. Jbzip2 Last Release on Indexed Repositories (2872) Central Atlassian WSO2

jbzip2/jbzip2/src/org/itadaki/bzip2/BZip2InputStream.java at

The download jar file contains the following class files or Java source files.1.Download twitter4j-0.3-sources.jar2.Download twitter4j-0.3.jar3.Download twitter4j-2.0.0.jar4.Download twitter4j-2.0.1-sources.jar5.Download twitter4j-1.0.3.jar6.Download twitter4j-1.0.4.jar7.Download twitter4j-1.0.5.jar8.Download twitter4j-1.0.6.jar9.Download twitter4j-async-2.2.2-sources.jar10.Download twitter4j-examples-2.2.2-sources.jar11.Download twitter4j-httpclient-support-2.1.9-sources.jar12.Download twitter4j-media-support-2.1.10-sources.jar13.Download twitter4j-media-support-2.1.10.jar14.Download twitter4j-media-support-2.1.11.jar15.Download twitter4j-media-support-3.0.4-sources.jar16.Download twitter4j-media-support-3.0.4.jar17.Download twitter4j-appengine-3.0.3-sources.jar18.Download twitter4j-appengine-3.0.4-sources.jar19.Download twitter4j-appengine-3.0.4.jar20.Download twitter4j-async-2.2.0-sources.jar21.Download twitter4j-async-2.2.3-sources.jar22.Download twitter4j-async-2.2.4-sources.jar23.Download twitter4j-async-3.0.0-sources.jar24.Download twitter4j-async-3.0.0.jar25.Download twitter4j-async-3.0.1-sources.jar26.Download twitter4j-async-3.0.1.jar27.Download twitter4j-async-3.0.2-sources.jar28.Download twitter4j-async-3.0.3-sources.jar29.Download twitter4j-async-3.0.4-sources.jar30.Download twitter4j-async-3.0.4.jar31.Download twitter4j-core-2.1.0-sources.jar32.Download twitter4j-core-2.1.0.jar33.Download twitter4j-core-2.1.1-sources.jar34.Download twitter4j-core-2.1.1.jar35.Download twitter4j-core-2.1.10-sources.jar36.Download twitter4j-core-2.1.10.jar37.Download twitter4j-core-2.1.11-sources.jar38.Download twitter4j-core-2.1.11.jar39.Download twitter4j-core-2.1.12-sources.jar40.Download twitter4j-core-2.1.12.jar41.Download twitter4j-core-2.1.2-sources.jar42.Download twitter4j-core-2.1.2.jar43.Download twitter4j-core-2.1.3-sources.jar44.Download twitter4j-core-2.1.3.jar45.Download twitter4j-core-2.1.4-sources.jar46.Download twitter4j-core-2.1.4.jar47.Download twitter4j-core-2.1.5-sources.jar48.Download twitter4j-core-2.1.5.jar49.Download twitter4j-core-2.1.6-sources.jar50.Download twitter4j-core-2.1.6.jar51.Download twitter4j-core-2.1.7-sources.jar52.Download twitter4j-core-2.1.7.jar53.Download twitter4j-core-2.1.8-sources.jar54.Download twitter4j-core-2.1.8.jar55.Download twitter4j-core-2.1.9-sources.jar56.Download twitter4j-core-2.1.9.jar57.Download twitter4j-core-2.2.3-sources.jar58.Download twitter4j-core-2.2.4-sources.jar59.Download twitter4j-core-3.0.4-sources.jar60.Download twitter4j-core-3.0.4.jar61.Download twitter4j-examples-2.1.1-sources.jar62.Download twitter4j-examples-2.1.1.jar63.Download twitter4j-examples-2.1.10-sources.jar64.Download twitter4j-examples-2.1.10.jar65.Download twitter4j-examples-2.1.11-sources.jar66.Download twitter4j-examples-2.1.11.jar67.Download twitter4j-examples-2.1.12-sources.jar68.Download twitter4j-examples-2.1.12.jar69.Download twitter4j-examples-2.1.2-sources.jar70.Download twitter4j-examples-2.1.2.jar71.Download twitter4j-examples-2.1.3-sources.jar72.Download twitter4j-examples-2.1.4-sources.jar73.Download twitter4j-examples-2.1.5-sources.jar74.Download twitter4j-examples-2.1.6-sources.jar75.Download twitter4j-examples-2.1.7-sources.jar76.Download twitter4j-examples-2.1.8-sources.jar77.Download twitter4j-examples-2.1.9-sources.jar78.Download twitter4j-examples-2.2.0-sources.jar79.Download twitter4j-examples-2.2.1-sources.jar80.Download twitter4j-examples-2.2.3-sources.jar81.Download twitter4j-examples-2.2.4-sources.jar82.Download twitter4j-examples-3.0.0-sources.jar83.Download twitter4j-examples-3.0.1-sources.jar84.Download twitter4j-examples-3.0.2-sources.jar85.Download twitter4j-examples-3.0.3-sources.jar86.Download twitter4j-examples-3.0.4-sources.jar87.Download twitter4j-examples-3.0.4.jar88.Download twitter4j-httpclient-support-2.1.10-sources.jar89.Download twitter4j-httpclient-support-2.1.10.jar90.Download twitter4j-httpclient-support-2.1.11-sources.jar91.Download twitter4j-httpclient-support-2.1.11.jar92.Download twitter4j-httpclient-support-2.1.12-sources.jar93.Download twitter4j-httpclient-support-2.1.12.jar94.Download twitter4j-httpclient-support-2.1.2-sources.jar95.Download twitter4j-httpclient-support-2.1.2.jar96.Download twitter4j-httpclient-support-2.1.3-sources.jar97.Download twitter4j-httpclient-support-2.1.3.jar98.Download twitter4j-httpclient-support-2.1.4-sources.jar99.Download twitter4j-httpclient-support-2.1.4.jar100.Download twitter4j-httpclient-support-2.1.5-sources.jar101.Download twitter4j-httpclient-support-2.1.5.jar102.Download twitter4j-httpclient-support-2.1.6-sources.jar103.Download twitter4j-media-support-2.1.12-sources.jar104.Download twitter4j-media-support-2.1.12.jar105.Download twitter4j-media-support-2.1.8-sources.jar106.Download twitter4j-media-support-2.1.8.jar107.Download twitter4j-media-support-2.1.9-sources.jar108.Download twitter4j-media-support-2.1.9.jar109.Download twitter4j-media-support-2.2.0-sources.jar110.Download twitter4j-media-support-2.2.0.jar111.Download twitter4j-media-support-2.2.1-sources.jar112.Download twitter4j-stream-2.2.0-sources.jar113.Download twitter4j-stream-2.2.1-sources.jar114.Download twitter4j-stream-2.2.2-sources.jar115.Download twitter4j-stream-2.2.3-sources.jar116.Download twitter4j-stream-2.2.4-sources.jar117.Download twitter4j-stream-3.0.0-sources.jar118.Download twitter4j-stream-3.0.1-sources.jar119.Download twitter4j-stream-3.0.2-sources.jar120.Download twitter4j-stream-3.0.3-sources.jar121.Download twitter4j-stream-3.0.4-sources.jar122.Download twitter4j-stream-3.0.4.jar123.Download twitter4j-2.0.1.jar124.Download twitter4j-2.0.10-sources.jar125.Download twitter4j-2.0.10.jar126.Download twitter4j-2.0.2-sources.jar127.Download twitter4j-2.0.2.jar128.Download twitter4j-2.0.3-sources.jar129.Download twitter4j-2.0.3.jar130.Download twitter4j-2.0.4-sources.jar131.Download twitter4j-2.0.4.jar132.Download twitter4j-2.0.5.jar133.Download twitter4j-2.0.6-sources.jar134.Download twitter4j-2.0.6.jar135.Download twitter4j-2.0.7-sources.jar136.Download twitter4j-2.0.7.jar137.Download twitter4j-2.0.8-sources.jar138.Download twitter4j-2.0.8.jar139.Download twitter4j-2.0.9-sources.jar140.Download twitter4j-2.0.9.jar141.Download twitter4j-android-core-3.0.3.jar142.Download twitter4j-appengine-2.2.4-sources.jar143.Download twitter4j-appengine-2.2.4.jar144.Download twitter4j-appengine-2.2.5-sources.jar145.Download twitter4j-appengine-2.2.5.jar146.Download twitter4j-appengine-2.2.6-sources.jar147.Download twitter4j-appengine-2.2.6.jar148.Download twitter4j-appengine-3.0.0-sources.jar149.Download twitter4j-appengine-3.0.0.jar150.Download twitter4j-appengine-3.0.1-sources.jar151.Download twitter4j-appengine-3.0.1.jar152.Download twitter4j-appengine-3.0.2-sources.jar153.Download twitter4j-appengine-3.0.2.jar154.Download twitter4j-appengine-3.0.3.jar155.Download twitter4j-async-2.2.0.jar156.Download twitter4j-async-2.2.1-sources.jar157.Download twitter4j-async-2.2.1.jar158.Download twitter4j-async-2.2.2.jar159.Download twitter4j-async-2.2.3.jar160.Download twitter4j-async-2.2.4.jar161.Download twitter4j-async-2.2.5-sources.jar162.Download twitter4j-async-2.2.5.jar163.Download twitter4j-async-2.2.6-sources.jar164.Download twitter4j-async-2.2.6.jar165.Download twitter4j-async-3.0.2.jar166.Download twitter4j-async-3.0.3.jar167.Download twitter4j-async-android-2.2.1.jar168.Download twitter4j-async-android-2.2.3.jar169.Download twitter4j-core-2.2.0-sources.jar170.Download twitter4j-core-2.2.0.jar171.Download twitter4j-core-2.2.1-sources.jar172.Download twitter4j-core-2.2.1.jar173.Download twitter4j-core-2.2.2-sources.jar174.Download twitter4j-core-2.2.2.jar175.Download twitter4j-core-2.2.3.jar176.Download twitter4j-core-2.2.4.jar177.Download twitter4j-core-2.2.5-sources.jar178.Download twitter4j-core-2.2.5.jar179.Download twitter4j-core-2.2.6-sources.jar180.Download twitter4j-core-2.2.6.jar181.Download twitter4j-core-3.0.0-sources.jar182.Download twitter4j-core-3.0.0.jar183.Download twitter4j-core-3.0.1-sources.jar184.Download twitter4j-core-3.0.1.jar185.Download twitter4j-core-3.0.2-sources.jar186.Download twitter4j-core-3.0.2.jar187.Download twitter4j-core-3.0.3-sources.jar188.Download twitter4j-core-3.0.3.jar189.Download twitter4j-core-android-2.2.1.jar190.Download twitter4j-core-android-2.2.2.jar191.Download twitter4j-core-android-2.2.3.jar192.Download twitter4j-core-android-2.2.4.jar193.Download twitter4j-core-android-2.2.5.jar194.Download twitter4j-core-android-2.2.6.jar195.Download twitter4j-core.jar196.Download twitter4j-examples-2.1.3.jar197.Download twitter4j-examples-2.1.4.jar198.Download twitter4j-examples-2.1.5.jar199.Download twitter4j-examples-2.1.6.jar200.Download twitter4j-examples-2.1.7.jar201.Download twitter4j-examples-2.1.8.jar202.Download twitter4j-examples-2.1.9.jar203.Download twitter4j-examples-2.2.0.jar204.Download twitter4j-examples-2.2.1.jar205.Download twitter4j-examples-2.2.2.jar206.Download twitter4j-examples-2.2.3.jar207.Download twitter4j-examples-2.2.4.jar208.Download twitter4j-examples-2.2.5-sources.jar209.Download twitter4j-examples-2.2.5.jar210.Download twitter4j-examples-2.2.6-sources.jar211.Download twitter4j-examples-2.2.6.jar212.Download twitter4j-examples-3.0.0.jar213.Download twitter4j-examples-3.0.1.jar214.Download twitter4j-examples-3.0.2.jar215.Download twitter4j-examples-3.0.3.jar216.Download twitter4j-httpclient-support-2.1.6.jar217.Download twitter4j-httpclient-support-2.1.7-sources.jar218.Download twitter4j-httpclient-support-2.1.7.jar219.Download twitter4j-httpclient-support-2.1.8-sources.jar220.Download twitter4j-httpclient-support-2.1.8.jar221.Download twitter4j-httpclient-support-2.1.9.jar222.Download twitter4j-httpclient-support-2.2.0-sources.jar223.Download twitter4j-httpclient-support-2.2.0.jar224.Download twitter4j-httpclient-support-2.2.1-sources.jar225.Download twitter4j-httpclient-support-2.2.1.jar226.Download twitter4j-httpclient-support-2.2.2-sources.jar227.Download twitter4j-httpclient-support-2.2.2.jar228.Download twitter4j-httpclient-support-2.2.3-sources.jar229.Download twitter4j-httpclient-support-2.2.3.jar230.Download twitter4j-httpclient-support-2.2.4.jar231.Download twitter4j-httpclient-support-2.2.5-sources.jar232.Download twitter4j-httpclient-support-2.2.5.jar233.Download twitter4j-httpclient-support-2.2.6-sources.jar234.Download twitter4j-httpclient-support-2.2.6.jar235.Download twitter4j-media-support-2.1.11-sources.jar236.Download twitter4j-media-support-2.2.1.jar237.Download twitter4j-media-support-2.2.2-sources.jar238.Download twitter4j-media-support-2.2.2.jar239.Download twitter4j-media-support-2.2.3-sources.jar240.Download twitter4j-media-support-2.2.3.jar241.Download twitter4j-media-support-2.2.4-sources.jar242.Download twitter4j-media-support-2.2.4.jar243.Download twitter4j-media-support-2.2.5-sources.jar244.Download twitter4j-media-support-2.2.5.jar245.Download twitter4j-media-support-2.2.6-sources.jar246.Download twitter4j-media-support-2.2.6.jar247.Download twitter4j-media-support-3.0.0-sources.jar248.Download twitter4j-media-support-3.0.0.jar249.Download twitter4j-media-support-3.0.1-sources.jar250.Download twitter4j-media-support-3.0.1.jar251.Download twitter4j-media-support-3.0.2-sources.jar252.Download twitter4j-media-support-3.0.2.jar253.Download twitter4j-media-support-3.0.3-sources.jar254.Download twitter4j-media-support-3.0.3.jar255.Download twitter4j-media-support-android-2.2.1.jar256.Download twitter4j-media-support-android-2.2.3.jar257.Download twitter4j-media-support-android-2.2.5.jar258.Download twitter4j-stream-2.2.0.jar259.Download twitter4j-stream-2.2.1.jar260.Download twitter4j-stream-2.2.2.jar261.Download twitter4j-stream-2.2.3.jar262.Download twitter4j-stream-2.2.4.jar263.Download twitter4j-stream-2.2.5-sources.jar264.Download twitter4j-stream-2.2.5.jar265.Download twitter4j-stream-2.2.6-sources.jar266.Download twitter4j-stream-2.2.6.jar267.Download twitter4j-stream-3.0.0.jar268.Download twitter4j-stream-3.0.1.jar269.Download twitter4j-stream-3.0.2.jar270.Download twitter4j-stream-3.0.3.jar271.Download twitter4j-stream-android-2.2.1.jar272.Download twitter4j-stream-android-2.2.2.jar273.Download twitter4j-stream-android-2.2.3.jar274.Download twitter4j.jar275.Download twitter4j-1.1.0.jar276.Download twitter4j-1.1.1.jar277.Download twitter4j-1.1.2.jar278.Download twitter4j-1.1.3.jar279.Download twitter4j-1.1.4.jar280.Download twitter4j-1.1.5.jar281.Download twitter4j-1.1.6.jar282.Download twitter4j-1.1.7.jar283.Download twitter4j-1.1.8.jar

Comments

User6120

Jbzip2This repository was exported from the jbzip2 Google Code project to ensure it survives the service’s shutdown.We are not the library’s authors; expect no updates here.The original description of the Google Code project follows.jbzip2 is a Java bzip2 compression/decompression library.It can be used as a replacement for the Apache CBZip2InputStream / CBZip2OutputStream classesNews13/10/2011 jbzip2-0.9.1 is now available.This release fixes numerous bugs in both compression and decompression.25/05/2011 jbzip2-0.9 is now availableFeaturesA decompressor that is typically 5% to 10% faster than CBZip2InputStreamA compressor of broadly comparable speed to CBZip2OutputStream (slightly slower in some cases, rather faster than others)Legible, well factored code suitable for studying how the algorithms of BZip2 workUsageTo compress data, pass it through a BZip2OutputStreamTo decompress data, pass it through a BZip2InputStreamTesters Wantedjbzip2 has been tested successfully on a moderately large and diverse body of data, but more is needed.Please help by testing jbzip2 on your own dataTesting can be carried out using the RoundTrip utility included in the distribution:java -cp jbzip2-0.9.1.jar demo.RoundTrip /path/to/test/dataEach ordinary readable file beneath the given path will be compressed into a temporary file,then decompressed (no files will be created or altered in place).If any error is encountered, the test will stop with an exceptionReports of success, as well as failure would be most welcome. Feedback can be sent to the author

2025-03-26
User7031

: * LICENSE : * licence/LICENSE.slf4j.txt (MIT LICENSE) /* * Copyright (c) 2004-2007 QOS.ch * Tous droits réservés. * * * L'autorisation est par les présentes accordée, gratuitement, à toute personne obtenant * une copie de ce logiciel et des fichiers de documentation associés (le * "Logiciel"), pour traiter dans le Logiciel sans restriction, y compris * sans limitation les droits d'utilisation, de copie, de modification, de fusion, de publication, * de distribution, de sous-licence et/ou de vente de copies du Logiciel, et de * permettre aux personnes de à qui le Logiciel est fourni pour ce faire, sous réserve * des conditions suivantes : * * L'avis de droit d'auteur ci-dessus et le présent avis d'autorisation doivent être * inclus dans toutes les copies ou parties substantielles du Logiciel. * * LE LOGICIEL EST FOURNI "TEL QUEL", SANS GARANTIE D'AUCUNE SORTE, * EXPRÈS OU IMPLICITE, Y COMPRIS MAIS NON LIMITÉ AUX GARANTIES DE * QUALITÉ MARCHANDE, APTITUDE À UN USAGE PARTICULIER ET * NON-CONTREFAÇON. EN AUCUN CAS, LES AUTEURS OU LES TITULAIRES DE DROITS D'AUTEUR NE SERONT * RESPONSABLES DE TOUTE RÉCLAMATION, DOMMAGES OU AUTRE RESPONSABILITÉ, QUE CE SOIT DANS UNE ACTION * DE CONTRAT, DE TORTURE OU AUTREMENT, DÉCOULANT DE, HORS OU EN RELATION * AVEC LE LOGICIEL OU L'UTILISATION OU D'AUTRES TRANSACTIONS DANS LE LOGICIEL. */ * PAGE D'ACCUEIL : * ------------------------------------------------------------------------------------------------ This product contains a modified portion of 'Apache Harmony', an open source Java SE, which can be obtained at: * NOTICE: * license/NOTICE.harmony.txt Apache Harmony Copyright 2006, 2010 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation ( * LICENSE: * license/LICENSE.harmony.txt (Apache License 2.0) * HOMEPAGE: * ------------------------------------------------------------------------------------------ Ce produit contient une partie modifiée de 'jbzip2', une bibliothèque de compression et de décompression Java bzip2 écrite par Matthew J. Francis. Il peut être obtenu à : * LICENCE : * licence/LICENSE.jbzip2.txt (MIT Licence) Copyright (c) 2010-2011 Matthew J. Par les présentes, Francis et les Contributeurs de l'autorisation de projet jbzip2 sont autorisés à toute personne à obtenir gratuitement une copie de ce logiciel et des fichiers de documentation associés (le "Logiciel"), à utiliser le Logiciel sans restriction, y compris, mais sans s'y limiter, les droits d'utilisation, de copie, de modification, de fusion, publier, distribuer, concéder sous licence et/ou vendre des copies du Logiciel, et permettre aux personnes auxquelles le Logiciel est fourni de le faire, sous réserve des conditions suivantes : L'avis de droit d'auteur ci-dessus et le présent avis d'autorisation doivent être inclus dans toutes les copies ou parties substantielles du Logiciel. LE LOGICIEL EST FOURNI "EN L'ETAT", SANS AUCUN TYPE DE GARANTIE, EXPRESSE OU IMPLICITE, CE QUI INCLUT, MAIS SANS S'Y LIMITER, LES GARANTIES DE QUALITE MARCHANDE OU D'ADEQUATION A UN USAGE PARTICULIER, ET D'ABSENCE DE CONTREFACON. LES AUTEURS OU LES DETENTEURS DU COPYRIGHT NE PEUVENT EN AUCUN CAS ETRE TENUS RESPONSABLES DES RECLAMATIONS, DOMMAGES OU AUTRES REVENDICATIONS ISSUS DE L'UTILISATION CONTRACTUELLE OU DELICTUELLE DU LOGICIEL OU D'ELEMENTS DERIVES DU LOGICIEL. * PAGE D'ACCUEIL : * --------------------------------------------------------------------------------------------------------

2025-04-13
User6581

Specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * HOMEPAGE: * -------------------------------------------------------------------------------- This product contains a modified portion of 'SLF4J', a simple logging facade for Java, which can be obtained at: * LICENSE: * license/LICENSE.slf4j.txt (MIT License) /* * Copyright (c) 2004-2007 QOS.ch * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ * HOMEPAGE: * ------------------------------------------------------------------------------------------------ This product contains a modified portion of 'Apache Harmony', an open source Java SE, which can be obtained at: * NOTICE: * license/NOTICE.harmony.txt Apache Harmony Copyright 2006, 2010 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation ( * LICENSE: * license/LICENSE.harmony.txt (Apache License 2.0) * HOMEPAGE: * ------------------------------------------------------------------------------------------ This product contains a modified portion of 'jbzip2', a Java bzip2 compression and decompression library written by Matthew J. Francis. It can be obtained at: * LICENSE: * license/LICENSE.jbzip2.txt (MIT License) Copyright (c) 2010-2011 Matthew J. Francis and Contributors of the jbzip2 Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished

2025-04-06
User3208

Obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ * HOMEPAGE: * --------------------------------------------------------------------------------- This product contains a modified portion of 'Apache Harmony', an open source Java SE, which can be obtained at: * NOTICE: * license/NOTICE.harmony.txt Apache Harmony Copyright 2006, 2010 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation ( * LICENSE: * license/LICENSE.harmony.txt (Apache License 2.0) * HOMEPAGE: * --------------------------------------------------------------------------------- This product contains a modified portion of 'jbzip2', a Java bzip2 compression and decompression library written by Matthew J. Francis. It can be obtained at: * LICENSE: * license/LICENSE.jbzip2.txt (MIT License) Copyright (c) 2010-2011 Matthew J. Francis and Contributors of the jbzip2 Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * HOMEPAGE: * --------------------------------------------------------------------------------- This product contains a modified portion of 'libdivsufsort', a C API library to construct the suffix array and the Burrows-Wheeler transformed string for any input string of a constant-size alphabet written by Yuta Mori. It can be obtained at: * LICENSE: * license/LICENSE.libdivsufsort.txt (MIT License) Copyright (c) 2003-2008 Yuta Mori All Rights Reserved. Permission is hereby granted, free of charge, to any person

2025-04-11
User9336

System Specs:Ubuntu20 (bionic beaver) Virtual MachineVirtualBox 6.1Windows 10 hostWhen trying to build the latest from source with antsudo snap install ant --classiccd /source/dirantAn error reports ascompile: [javac] Compiling 41 source files to /home/chabab/Downloads/Trimmomatic-0.39/dist/build [javac] warning: [options] bootstrap class path not set in conjunction with -source 6 [javac] warning: [options] source value 6 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [javac] Note: /home/chabab/Downloads/Trimmomatic-0.39/src/org/usadellab/trimmomatic/trim/BaseCountTrimmer.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 4 warningsIn order to fix this, edit file build.xml and replace 1.5 with 1.6 on line 34vim build.xmlsave and exit the fileRunning ant again results in successful buildchabab@chabab-VirtualBox:~/Downloads/Trimmomatic-0.39$ antBuildfile: /home/chabab/Downloads/Trimmomatic-0.39/build.xmlinit:import:compile: [javac] Compiling 41 source files to /home/chabab/Downloads/Trimmomatic-0.39/dist/build [javac] warning: [options] bootstrap class path not set in conjunction with -source 6 [javac] warning: [options] source value 6 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [javac] Note: /home/chabab/Downloads/Trimmomatic-0.39/src/org/usadellab/trimmomatic/trim/BaseCountTrimmer.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 4 warningsdist: [unjar] Expanding: /home/chabab/Downloads/Trimmomatic-0.39/dist/lib/jbzip2-0.9.jar into /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack [delete] Deleting directory /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack/META-INF [delete] Deleting directory /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack/demo [move] Moving 1 file to /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack [move] Moving 1 file to /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack [copy] Copying 50 files to /home/chabab/Downloads/Trimmomatic-0.39/dist/unpack [jar] Building jar: /home/chabab/Downloads/Trimmomatic-0.39/dist/jar/trimmomatic-0.39.jar [zip] Building zip: /home/chabab/Downloads/Trimmomatic-0.39/dist/Trimmomatic-0.39.zip [zip] Building zip: /home/chabab/Downloads/Trimmomatic-0.39/dist/Trimmomatic-Src-0.39.zipBUILD SUCCESSFULTotal time: 2 seconds

2025-04-02

Add Comment