Home
last modified time | relevance | path

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

/external/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs80 public override bool CanRead property in DotZLib.GZipStream
156 if (!CanRead) throw new NotSupportedException(); in Read()
183 if (!CanRead) throw new NotSupportedException(); in ReadByte()