Method | Description | |
---|---|---|
DiscPartitionStream ( |
Create a stream.
|
|
Flush ( ) : void |
Has no effect.
|
|
Read ( byte buffer, int offset, int count ) : int |
Read data from the partition.
|
|
Seek ( long offset, SeekOrigin origin ) : long |
Seek to a position within the partition.
|
|
SetLength ( long value ) : void |
Throws an exception.
|
|
Write ( byte buffer, int offset, int count ) : void |
Throws an exception.
|
public DiscPartitionStream ( |
||
partition | ||
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |