C# Класс System.IO.IsolatedStorage.IsolatedStorageFileStream

Наследование: System.IO.FileStream
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

BeginRead() публичный Метод

public BeginRead ( byte buffer, int offset, int numBytes, System userCallback, object stateObject ) : System.IAsyncResult
buffer byte
offset int
numBytes int
userCallback System
stateObject object
Результат System.IAsyncResult

BeginWrite() публичный Метод

public BeginWrite ( byte buffer, int offset, int numBytes, System userCallback, object stateObject ) : System.IAsyncResult
buffer byte
offset int
numBytes int
userCallback System
stateObject object
Результат System.IAsyncResult

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndRead() публичный Метод

public EndRead ( System asyncResult ) : int
asyncResult System
Результат int

EndWrite() публичный Метод

public EndWrite ( System asyncResult ) : void
asyncResult System
Результат void

Flush() публичный Метод

public Flush ( ) : void
Результат void

Flush() публичный Метод

public Flush ( bool flushToDisk ) : void
flushToDisk bool
Результат void

IsolatedStorageFileStream() публичный Метод

public IsolatedStorageFileStream ( string path, System mode )
path string
mode System

IsolatedStorageFileStream() публичный Метод

public IsolatedStorageFileStream ( string path, System mode, System access )
path string
mode System
access System

IsolatedStorageFileStream() публичный Метод

public IsolatedStorageFileStream ( string path, System mode, System access, System share )
path string
mode System
access System
share System

IsolatedStorageFileStream() публичный Метод

public IsolatedStorageFileStream ( string path, System mode, System access, System share, System isf )
path string
mode System
access System
share System
isf System

IsolatedStorageFileStream() публичный Метод

public IsolatedStorageFileStream ( string path, System mode, System access, System share, int bufferSize )
path string
mode System
access System
share System
bufferSize int

IsolatedStorageFileStream() публичный Метод

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

Lock() публичный Метод

public Lock ( long position, long length ) : void
position long
length long
Результат void

Read() публичный Метод

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Результат int

ReadByte() публичный Метод

public ReadByte ( ) : int
Результат int

Seek() публичный Метод

public Seek ( long offset, System origin ) : long
offset long
origin System
Результат long

SetLength() публичный Метод

public SetLength ( long value ) : void
value long
Результат void

Unlock() публичный Метод

public Unlock ( long position, long length ) : void
position long
length long
Результат void

Write() публичный Метод

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Результат void

WriteByte() публичный Метод

public WriteByte ( byte value ) : void
value byte
Результат void