IsolatedStorageFileStream::Write Method (array<Byte>^, Int32, Int32)
Writes a block of bytes to the IsolatedStorageFileStream object using data read from a byte array.
Assembly: mscorlib (in mscorlib.dll)
public: virtual void Write( array<unsigned char>^ buffer, int offset, int count ) override
Parameters
- buffer
-
Type:
array<System::Byte>^
The buffer to write.
- offset
-
Type:
System::Int32
The byte offset in buffer from which to begin.
- count
-
Type:
System::Int32
The maximum number of bytes to write.
| Exception | Condition |
|---|---|
| IsolatedStorageException | The write attempt exceeds the quota for the IsolatedStorageFileStream object. |
The offset parameter gives the offset of the byte in the buffer at which to begin reading, and the count parameter gives the number of bytes that will be written to this IsolatedStorageFileStream object. If the write operation is successful, the current position of the IsolatedStorageFileStream object is advanced by the number of bytes written. If an exception occurs, the current position of the IsolatedStorageFileStream object is unchanged.
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0