Home
last modified time | relevance | path

Searched refs:DecompressorLHA (Results 1 – 3 of 3) sorted by relevance

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/compression/
H A DDecompressorLHA.cpp100 DecompressorLHA::DecompressorLHA(const PPSystemString& filename) : in DecompressorLHA() function in DecompressorLHA
105 bool DecompressorLHA::identify(XMFile& f) in identify()
117 const PPSimpleVector<Descriptor>& DecompressorLHA::getDescriptors(Hints hint) const in getDescriptors()
124 bool DecompressorLHA::decompress(const PPSystemString& outFilename, Hints hint) in decompress()
174 DecompressorBase* DecompressorLHA::clone() in clone()
176 return new DecompressorLHA(fileName); in clone()
179 static Decompressor::RegisterDecompressor<DecompressorLHA> registerDecompressor;
H A DDecompressorLHA.h39 class DecompressorLHA : public DecompressorBase
42 DecompressorLHA(const PPSystemString& filename);
/dports/audio/milkytracker/MilkyTracker-1.03.00/platforms/haiku/Jamfiles/
H A Dsrc-compression-Jamfile14 DecompressorLHA.cpp