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

/external/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs103 public override bool CanWrite property in class:DotZLib.GZipStream
201 if (!CanWrite) throw new NotSupportedException();
228 if (!CanWrite) throw new NotSupportedException();

Completed in 875 milliseconds