Re: nsIInputStream::available
Christian Biesinger <[email protected]> Mon, 10 May 2004 01:17:23 +0200
| Newsgroups | gmane.comp.mozilla.devel.netlib,gmane.comp.mozilla.devel.xpcom |
|---|---|
| Message-ID | <[email protected]> |
Darin Fisher wrote: > Call, Read and check what it returns. If it returns NS_OK and zero > bytes read, then that means EOF. What if I want to find that out without blocking the calling thread? mind you, I specifically asked about blocking streams :)