C# 클래스 System.IO.IsolatedStorage.IsolatedStorageFileStream

상속: System.IO.FileStream
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

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