Home
last modified time | relevance | path

Searched defs:WriteCoderProperties (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp86 STDMETHODIMP CDeltaEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in CDeltaEncoder
DPpmdEncoder.cpp101 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NPpmd::CEncoder
DLzma2Encoder.cpp71 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NLzma2::CEncoder
DLzmaEncoder.cpp135 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NLzma::CEncoder
/external/lzma/CS/7zip/
DICoder.cs150 void WriteCoderProperties(System.IO.Stream outStream); in WriteCoderProperties() method
/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp136 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCrypto::NSevenZ::CEncoder
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp244 STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in CFilterCoder
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1303 public void WriteCoderProperties(System.IO.Stream outStream) in WriteCoderProperties() method in SevenZip.Compression.LZMA.Encoder
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1303 public void WriteCoderProperties(java.io.OutputStream outStream) throws IOException in WriteCoderProperties() method in Encoder