Method | Description | |
---|---|---|
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int |
Reads the specified number of bytes from the current position.
|
|
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
TryReadFromFooter ( IndexRange rangeToRead, byte buffer, int offset, int &readCount ) : bool | ||
VirtualDiskStream ( string vhdPath ) : Microsoft.WindowsAzure.Commands.Tools.Vhd.Model | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ByteToBlock ( long position ) : uint | ||
GenerateFooter ( ) : byte[] |
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 TryReadFromFooter ( IndexRange rangeToRead, byte buffer, int offset, int &readCount ) : bool | ||
rangeToRead | IndexRange | |
buffer | byte | |
offset | int | |
readCount | int | |
return | bool |
public VirtualDiskStream ( string vhdPath ) : Microsoft.WindowsAzure.Commands.Tools.Vhd.Model | ||
vhdPath | string | |
return | Microsoft.WindowsAzure.Commands.Tools.Vhd.Model |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |