Home
last modified time | relevance | path

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

/external/zlib/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()