Home
last modified time | relevance | path

Searched refs:gzis (Results 1 – 25 of 52) sorted by relevance

123

/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/readers/sdictionary/compressor/
H A DGzipCompressor.java32 … InputStream gzis = new InflaterInputStream( new ByteArrayInputStream( bytes, offset, length ) ); in uncompress() local
36 while ( (read = gzis.read( buffer )) != -1 ) { in uncompress()
39 gzis.close(); in uncompress()
H A DBzip2Compressor.java33 … InputStream gzis = new CBZip2InputStream( new ByteArrayInputStream( bytes, offset, length ) ); in uncompress() local
37 while ( (read = gzis.read( buffer )) != -1 ) { in uncompress()
40 gzis.close(); in uncompress()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java80 GZIPInputStream gzis = new GZIPInputStream(bais, gzisBufSize)) in test()
87 while ((n = gzis.read(buf, 0, buf.length)) != -1) { in test()
92 if (off != src.length || gzis.available() != 0 || in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java80 GZIPInputStream gzis = new GZIPInputStream(bais, gzisBufSize)) in test()
87 while ((n = gzis.read(buf, 0, buf.length)) != -1) { in test()
92 if (off != src.length || gzis.available() != 0 || in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java80 GZIPInputStream gzis = new GZIPInputStream(bais, gzisBufSize)) in test()
87 while ((n = gzis.read(buf, 0, buf.length)) != -1) { in test()
92 if (off != src.length || gzis.available() != 0 || in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java80 GZIPInputStream gzis = new GZIPInputStream(bais, gzisBufSize)) in test()
87 while ((n = gzis.read(buf, 0, buf.length)) != -1) { in test()
92 if (off != src.length || gzis.available() != 0 || in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java80 GZIPInputStream gzis = new GZIPInputStream(bais, gzisBufSize)) in test()
87 while ((n = gzis.read(buf, 0, buf.length)) != -1) { in test()
92 if (off != src.length || gzis.available() != 0 || in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java80 GZIPInputStream gzis = new GZIPInputStream(bais, gzisBufSize)) in test()
87 while ((n = gzis.read(buf, 0, buf.length)) != -1) { in test()
92 if (off != src.length || gzis.available() != 0 || in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java80 GZIPInputStream gzis = new GZIPInputStream(bais, gzisBufSize)) in test()
87 while ((n = gzis.read(buf, 0, buf.length)) != -1) { in test()
92 if (off != src.length || gzis.available() != 0 || in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java80 GZIPInputStream gzis = new GZIPInputStream(bais, gzisBufSize)) in test()
87 while ((n = gzis.read(buf, 0, buf.length)) != -1) { in test()
92 if (off != src.length || gzis.available() != 0 || in test()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java80 GZIPInputStream gzis = new GZIPInputStream(bais, gzisBufSize)) in test()
87 while ((n = gzis.read(buf, 0, buf.length)) != -1) { in test()
92 if (off != src.length || gzis.available() != 0 || in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java80 GZIPInputStream gzis = new GZIPInputStream(bais, gzisBufSize)) in test()
87 while ((n = gzis.read(buf, 0, buf.length)) != -1) { in test()
92 if (off != src.length || gzis.available() != 0 || in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/lib/jdk/test/lib/SA/
H A DSATestUtils.java92 try (GZIPInputStream gzis = new GZIPInputStream(new FileInputStream(gzCore)); in unzipCores() argument
96 while ((length = gzis.read(buffer)) > 0) { in unzipCores()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/DataStructureAndEncodingDefinition/
H A DgdcmPDBHeader.cxx186 zlib_stream::zip_istream gzis( is ); in readprotocoldatablock() local
200 while( std::getline(gzis, out) ) in readprotocoldatablock()
/dports/devel/gdcm/gdcm-3.0.10/Source/DataStructureAndEncodingDefinition/
H A DgdcmPDBHeader.cxx187 zlib_stream::zip_istream gzis( is ); in readprotocoldatablock() local
201 while( std::getline(gzis, out) ) in readprotocoldatablock()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/archive/
H A DGZIPAnalyzer.java97 try (InputStream gzis = gzSrc.getStream()) { in analyze() argument
98 fa = AnalyzerGuru.getAnalyzer(gzis, newname); in analyze()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DBase64.java1001 java.util.zip.GZIPInputStream gzis = null; in decode() local
1009 gzis = new java.util.zip.GZIPInputStream(bais); in decode()
1011 while ((length = gzis.read(buffer)) >= 0) { in decode()
1029 gzis.close(); in decode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/lib/jdk/test/lib/SA/
H A DSATestUtils.java218 … try (GZIPInputStream gzis = new GZIPInputStream(Files.newInputStream(gzCore.toPath()))) { in unzipCores() argument
219 Files.copy(gzis, Paths.get(coreFileName)); in unzipCores()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/util/
H A DBase64.java944 GZIPInputStream gzis = null; in decode() local
947 gzis = new GZIPInputStream(new ByteArrayInputStream(bytes)); in decode()
950 for (int length; (length = gzis.read(buffer)) >= 0; ) { in decode()
966 if (gzis != null) { in decode()
968 gzis.close(); in decode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/lib/jdk/test/lib/util/
H A DCoreUtils.java228 … try (GZIPInputStream gzis = new GZIPInputStream(Files.newInputStream(gzCore.toPath()))) { in unzipCores() argument
229 Files.copy(gzis, Paths.get(coreFileName)); in unzipCores()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/xml/
H A DBase64.java730 java.util.zip.GZIPInputStream gzis = null; in decode() local
739 gzis = new java.util.zip.GZIPInputStream( bais ); in decode()
741 while( ( length = gzis.read( buffer ) ) >= 0 ) in decode()
757 try{ gzis.close(); } catch( Exception e ){} in decode()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/lib/jdk/test/lib/util/
H A DCoreUtils.java253 … try (GZIPInputStream gzis = new GZIPInputStream(Files.newInputStream(gzCore.toPath()))) { in unzipCores() argument
254 Files.copy(gzis, Paths.get(coreFileName)); in unzipCores()
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/ext/base64/
H A DBase64.java727 java.util.zip.GZIPInputStream gzis = null; in decode() local
736 gzis = new java.util.zip.GZIPInputStream( bais ); in decode()
738 while( ( length = gzis.read( buffer ) ) >= 0 ) in decode()
754 try{ gzis.close(); } catch( Exception e ){} in decode()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/core/
H A DBase64.java727 java.util.zip.GZIPInputStream gzis = null; in decode() local
736 gzis = new java.util.zip.GZIPInputStream( bais ); in decode()
738 while( ( length = gzis.read( buffer ) ) >= 0 ) in decode()
754 try{ gzis.close(); } catch( Exception e ){} in decode()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/codec/
H A DBase64.java938 java.util.zip.GZIPInputStream gzis = null; in decode() local
946 gzis = new java.util.zip.GZIPInputStream( bais ); in decode()
948 while( ( length = gzis.read( buffer ) ) >= 0 ) { in decode()
961 try{ gzis.close(); } catch( Exception e ){} in decode()

123