Lines Matching refs:index
63 * Insert a stream at specified index. If the cursor of this stream is at
64 * the beginning of the stream at index, the cursor will be placed at the
70 * @param index index to insert stream at, must be <= count
72 void insertStream(in nsIInputStream stream, in unsigned long index);
75 * Remove stream at specified index. If this stream is the one currently
78 * @param index remove stream at this index, must be < count
80 void removeStream(in unsigned long index);
83 * Get stream at specified index.
84 * @param index return stream at this index, must be < count
85 * @return stream at specified index
87 nsIInputStream getStream(in unsigned long index);