public class nsISeekableStream extends nsISupports
Modifier and Type | Field and Description |
---|---|
static int |
NS_SEEK_CUR |
static int |
NS_SEEK_END |
static int |
NS_SEEK_SET |
NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsISeekableStream(long address) |
Modifier and Type | Method and Description |
---|---|
int |
Seek(int whence,
long offset) |
int |
Tell(long[] _retval) |
AddRef, getAddress, getClassName, getGetterIndex, getMethodIndex, getSetterIndex, IsXULRunner10, IsXULRunner24, IsXULRunner31, IsXULRVersionOrLater, QueryInterface, Release
public static final int NS_SEEK_SET
public static final int NS_SEEK_CUR
public static final int NS_SEEK_END
Copyright © 2017. All Rights Reserved.