Searched defs:CloseStream (Results 1 – 3 of 3) sorted by relevance
| /third_party/lzma/CS/7zip/Compress/RangeCoder/ | ||
| D | RangeCoder.cs | 49 public void CloseStream() in CloseStream() method in SevenZip.Compression.RangeCoder.Encoder |
| /third_party/lzma/CS/7zip/Common/ | ||
| D | OutBuffer.cs | 21 public void CloseStream() { m_Stream.Close(); } in CloseStream() method in SevenZip.Buffer.OutBuffer |
| /third_party/lzma/CPP/7zip/Common/ | ||
| D | MultiOutStream.cpp | 195 HRESULT CMultiOutStream::CloseStream(unsigned index) in CloseStream() function in CMultiOutStream |