change the name from index to offset

This commit is contained in:
sspitzer%netscape.com 2000-01-28 04:42:05 +00:00
parent a9bd54c99e
commit aca028c4f4

View File

@ -39,6 +39,6 @@ interface nsIKeyedStreamGenerator: nsISupports {
*/
readonly attribute float level;
/* get the byte at position "index" in the stream */
octet getByte(in unsigned long position);
/* get the byte at position "offset" in the stream */
octet getByte(in unsigned long offest);
};