Method | Description | |
---|---|---|
OutputMemoryStream ( string name, byte[]>.IDictionary |
||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin loc ) : long |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public OutputMemoryStream ( string name, byte[]>.IDictionary |
||
name | string | |
entries | byte[]>.IDictionary | |
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin loc ) : long | ||
offset | long | |
loc | SeekOrigin | |
return | long |