public class nsISeekableStream extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_ISEEKABLESTREAM_IID |
static java.lang.String |
NS_ISEEKABLESTREAM_IID_STR |
static int |
NS_SEEK_CUR |
static int |
NS_SEEK_END |
static int |
NS_SEEK_SET |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsISeekableStream(int address) |
| Modifier and Type | Method and Description |
|---|---|
int |
Seek(int whence,
long offset) |
int |
SetEOF() |
int |
Tell(long[] _retval) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_ISEEKABLESTREAM_IID_STR
public static final nsID NS_ISEEKABLESTREAM_IID
public static final int NS_SEEK_SET
public static final int NS_SEEK_CUR
public static final int NS_SEEK_END