document the fact that the input stream passed to onDataAvailable must

implement readSegments.  r+sr=bz
This commit is contained in:
darin%meer.net 2005-03-25 23:21:48 +00:00
Родитель 5bac92e581
Коммит 0a9e437683
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -58,6 +58,8 @@ interface nsIStreamListener : nsIRequestObserver
* @param aOffset current stream position
* @param aCount number of bytes available in the stream
*
* NOTE: The aInputStream parameter must implement readSegments.
*
* An exception thrown from onDataAvailable has the side-effect of
* causing the request to be canceled.
*/