Home
last modified time | relevance | path

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

/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs103 public override bool CanWrite property in DotZLib.GZipStream
201 if (!CanWrite) throw new NotSupportedException(); in Write()
228 if (!CanWrite) throw new NotSupportedException(); in WriteByte()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs15 public override bool CanWrite { get { return false; }} property in SevenZip.CDoubleStream
DLzmaBench.cs128 public override bool CanWrite { get { return true; } } property in SevenZip.LzmaBench.CrcOutStream