Package | Description |
---|---|
System.IO | |
System.IO.IsolatedStorage |
Modifier and Type | Method and Description |
---|---|
static SeekOrigin |
SeekOrigin.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeekOrigin[] |
SeekOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract long |
Stream.Seek(long offset,
SeekOrigin origin)
When overridden in a derived class, sets the position within the current stream.
|
long |
MemoryStream.Seek(long offset,
SeekOrigin origin)
Sets the position within the current stream to the specified value.
|
long |
FileStream.Seek(long offset,
SeekOrigin origin) |
Modifier and Type | Method and Description |
---|---|
long |
IsolatedStorageFileStream.Seek(long offset,
SeekOrigin origin) |