Home
last modified time | relevance | path

Searched defs:getUncompressedData (Results 1 – 8 of 8) sorted by relevance

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/
H A DGZip.java28 public StringBuffer getUncompressedData() { return uncompress(_data, nowrap); } in getUncompressedData() method in GZip
29 …public StringBuffer getUncompressedData(boolean xt_nowrap) { return uncompress(_data, xt_nowrap); } in getUncompressedData() method in GZip
/dports/polish/napi/napi-ac404649571e470bf9494f788bd8a74843956851/tests/integration_tests/napi/
H A Dblob.py97 def getUncompressedData(self): member in CompressedBlob
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/macosx/spotlight/
H A DOOoSpotlightImporter.m289 static NSData *getUncompressedData(NSFileHandle *file, NSString *name) function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/macosx/spotlight/
H A DOOoSpotlightImporter.m289 static NSData *getUncompressedData(NSFileHandle *file, NSString *name) function
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DParametricObject.cpp1726 ParametricObject::getUncompressedData(int*& data, size_t& length) in getUncompressedData() function in ParametricObject
H A DSpatialPoints.cpp1620 SpatialPoints::getUncompressedData(double*& data, size_t& length) in getUncompressedData() function in SpatialPoints
H A DSampledField.cpp2133 SampledField::getUncompressedData(double*& data, size_t& length) in getUncompressedData() function in SampledField
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/util/
H A Dziptool.cpp2020 std::vector<unsigned char> &ZipEntry::getUncompressedData() in getUncompressedData() function in ZipEntry