Method | Description | |
---|---|---|
Flush ( bool flushToDisk ) : void | ||
GetAccessControl ( ) : IFileSecurity | ||
Lock ( long position, long length ) : void | ||
SetAccessControl ( IFileSecurity fileSecurity ) : void | ||
Unlock ( long position, long length ) : void |
Method | Description | |
---|---|---|
FileStreamBase ( ) : System.IO |
public abstract Flush ( bool flushToDisk ) : void | ||
flushToDisk | bool | |
return | void |
public abstract GetAccessControl ( ) : IFileSecurity | ||
return | IFileSecurity |
public abstract Lock ( long position, long length ) : void | ||
position | long | |
length | long | |
return | void |
public abstract SetAccessControl ( IFileSecurity fileSecurity ) : void | ||
fileSecurity | IFileSecurity | |
return | void |
public abstract Unlock ( long position, long length ) : void | ||
position | long | |
length | long | |
return | void |