Searched defs:ReleaseStream (Results 1 - 17 of 17) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DDummyOutStream.h18 void ReleaseStream() { _stream.Release(); } function in class:CDummyOutStream
H A DInStreamWithCRC.h33 void ReleaseStream() { _stream.Release(); } function in class:CSequentialInStreamWithCRC
61 void ReleaseStream() { _stream.Release(); } function in class:CInStreamWithCRC
H A DOutStreamWithCRC.h24 void ReleaseStream() { _stream.Release(); } function in class:COutStreamWithCRC
H A DCoderMixer2.h50 void ReleaseStream() { _stream.Release(); } function in class:CSequentialInStreamCalcSize
70 void ReleaseStream() { _stream.Release(); } function in class:COutStreamCalcSize
/external/lzma/CS/7zip/Common/
H A DInBuffer.cs43 public void ReleaseStream() method in class:SevenZip.Buffer.InBuffer
H A DOutBuffer.cs22 public void ReleaseStream() { m_Stream = null; } method in class:SevenZip.Buffer.OutBuffer
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs11 void ReleaseStream(); method in interface:SevenZip.Compression.LZ.IInWindowStream
H A DLzOutWindow.cs29 ReleaseStream();
63 public void ReleaseStream() method in class:SevenZip.Compression.LZ.OutWindow
H A DLzInWindow.cs82 public void ReleaseStream() { _stream = null; } method in class:SevenZip.Compression.LZ.InWindow
H A DLzBinTree.cs52 public new void ReleaseStream() { base.ReleaseStream(); } method in class:SevenZip.Compression.LZ.BinTree
/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java26 ReleaseStream();
30 public void ReleaseStream() throws IOException method in class:OutWindow
H A DInWindow.java82 public void ReleaseStream() { _stream = null; } method in class:InWindow
/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DDecoder.java22 public final void ReleaseStream() method in class:Decoder
H A DEncoder.java26 public void ReleaseStream() method in class:Encoder
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs23 public void ReleaseStream() method in class:SevenZip.Compression.RangeCoder.Encoder
141 public void ReleaseStream() method in class:SevenZip.Compression.RangeCoder.Decoder
143 // Stream.ReleaseStream();
/external/lzma/CPP/7zip/Common/
H A DLimitedStreams.h21 void ReleaseStream() { _stream.Release(); } function in class:CLimitedSequentialInStream
127 void ReleaseStream() { Stream.Release(); } function in class:CExtentsStream
149 void ReleaseStream() { _stream.Release(); } function in class:CLimitedSequentialOutStream
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h37 void ReleaseStream() { _stream.Release(); } function in class:COutStreamWithHash

Completed in 181 milliseconds