C# Class System.IO.IsolatedStorage.IsolatedStorageFileStream

Inheritance: System.IO.FileStream
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

BeginRead() public méthode

public BeginRead ( byte buffer, int offset, int numBytes, System userCallback, object stateObject ) : System.IAsyncResult
buffer byte
offset int
numBytes int
userCallback System
stateObject object
Résultat System.IAsyncResult

BeginWrite() public méthode

public BeginWrite ( byte buffer, int offset, int numBytes, System userCallback, object stateObject ) : System.IAsyncResult
buffer byte
offset int
numBytes int
userCallback System
stateObject object
Résultat System.IAsyncResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndRead() public méthode

public EndRead ( System asyncResult ) : int
asyncResult System
Résultat int

EndWrite() public méthode

public EndWrite ( System asyncResult ) : void
asyncResult System
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Flush() public méthode

public Flush ( bool flushToDisk ) : void
flushToDisk bool
Résultat void

IsolatedStorageFileStream() public méthode

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

IsolatedStorageFileStream() public méthode

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

IsolatedStorageFileStream() public méthode

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

IsolatedStorageFileStream() public méthode

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

IsolatedStorageFileStream() public méthode

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

IsolatedStorageFileStream() public méthode

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 méthode

public Lock ( long position, long length ) : void
position long
length long
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

Seek() public méthode

public Seek ( long offset, System origin ) : long
offset long
origin System
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Unlock() public méthode

public Unlock ( long position, long length ) : void
position long
length long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void