Property | Type | Description |
---|
Method | Description | |
---|---|---|
BeginRead ( byte buffer, int offset, int numBytes, System userCallback, object stateObject ) : System.IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int numBytes, System userCallback, object stateObject ) : System.IAsyncResult | ||
EndRead ( System asyncResult ) : int | ||
EndWrite ( System asyncResult ) : void | ||
Flush ( ) : void | ||
Flush ( bool flushToDisk ) : void | ||
IsolatedStorageFileStream ( string path, System mode ) | ||
IsolatedStorageFileStream ( string path, System mode, System access ) | ||
IsolatedStorageFileStream ( string path, System mode, System access, System share ) | ||
IsolatedStorageFileStream ( string path, System mode, System access, System share, System isf ) | ||
IsolatedStorageFileStream ( string path, System mode, System access, System share, int bufferSize ) | ||
IsolatedStorageFileStream ( string path, System mode, System access, System share, int bufferSize, System isf ) | ||
Lock ( long position, long length ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, System origin ) : long | ||
SetLength ( long value ) : void | ||
Unlock ( long position, long length ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte value ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public BeginRead ( byte buffer, int offset, int numBytes, System userCallback, object stateObject ) : System.IAsyncResult | ||
buffer | byte | |
offset | int | |
numBytes | int | |
userCallback | System | |
stateObject | object | |
return | System.IAsyncResult |
public BeginWrite ( byte buffer, int offset, int numBytes, System userCallback, object stateObject ) : System.IAsyncResult | ||
buffer | byte | |
offset | int | |
numBytes | int | |
userCallback | System | |
stateObject | object | |
return | System.IAsyncResult |
public EndWrite ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public IsolatedStorageFileStream ( string path, System mode ) | ||
path | string | |
mode | System |
public IsolatedStorageFileStream ( string path, System mode, System access ) | ||
path | string | |
mode | System | |
access | System |
public IsolatedStorageFileStream ( string path, System mode, System access, System share ) | ||
path | string | |
mode | System | |
access | System | |
share | System |
public IsolatedStorageFileStream ( string path, System mode, System access, System share, System isf ) | ||
path | string | |
mode | System | |
access | System | |
share | System | |
isf | System |
public IsolatedStorageFileStream ( string path, System mode, System access, System share, int bufferSize ) | ||
path | string | |
mode | System | |
access | System | |
share | System | |
bufferSize | int |
public IsolatedStorageFileStream ( string path, System mode, System access, System share, int bufferSize, System isf ) | ||
path | string | |
mode | System | |
access | System | |
share | System | |
bufferSize | int | |
isf | System |
public Lock ( long position, long length ) : void | ||
position | long | |
length | long | |
return | void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, System origin ) : long | ||
offset | long | |
origin | System | |
return | long |
public Unlock ( long position, long length ) : void | ||
position | long | |
length | long | |
return | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |