C# Class CSharpUtils.VirtualFileSystem.FileSystemProxyDokanOperations

Inheritance: DokanOperations
Show file Open project: soywiz/csharputils

Public Methods

Method Description
Cleanup ( string filename, Dokan info ) : int
CloseFile ( string filename, Dokan info ) : int
CreateDirectory ( string filename, Dokan info ) : int
CreateFile ( string filename, System access, System share, System mode, System options, Dokan info ) : int
DeleteDirectory ( string filename, Dokan info ) : int
DeleteFile ( string filename, Dokan info ) : int
FileSystemProxyDokanOperations ( FileSystem FileSystem ) : System
FindFiles ( string filename, LinkedList files, Dokan info ) : int
FlushFileBuffers ( string filename, Dokan info ) : int
GetDiskFreeSpace ( ulong &freeBytesAvailable, ulong &totalBytes, ulong &totalFreeBytes, Dokan info ) : int
GetFileInformation ( string filename, Dokan fileinfo, Dokan info ) : int
LockFile ( string filename, long offset, long length, Dokan info ) : int
MoveFile ( string filename, string newname, bool replace, Dokan info ) : int
OpenDirectory ( string filename, Dokan info ) : int
ReadFile ( string filename, byte buffer, uint &readBytes, long offset, Dokan info ) : int
SetAllocationSize ( string filename, long length, Dokan info ) : int
SetEndOfFile ( string filename, long length, Dokan info ) : int
SetFileAttributes ( string filename, System attr, Dokan info ) : int
SetFileTime ( string filename, System.DateTime ctime, System.DateTime atime, System.DateTime mtime, Dokan info ) : int
UnlockFile ( string filename, long offset, long length, Dokan info ) : int
Unmount ( Dokan info ) : int
WriteFile ( string filename, byte buffer, uint &writtenBytes, long offset, Dokan info ) : int

Private Methods

Method Description
FillFileInformationFromFileSystemEntry ( FileInformation FileInformation, FileSystemEntry FileSystemEntry ) : void
NotImplemented ( string extra = "<unknown>", object info = null ) : void

Method Details

Cleanup() public method

public Cleanup ( string filename, Dokan info ) : int
filename string
info Dokan
return int

CloseFile() public method

public CloseFile ( string filename, Dokan info ) : int
filename string
info Dokan
return int

CreateDirectory() public method

public CreateDirectory ( string filename, Dokan info ) : int
filename string
info Dokan
return int

CreateFile() public method

public CreateFile ( string filename, System access, System share, System mode, System options, Dokan info ) : int
filename string
access System
share System
mode System
options System
info Dokan
return int

DeleteDirectory() public method

public DeleteDirectory ( string filename, Dokan info ) : int
filename string
info Dokan
return int

DeleteFile() public method

public DeleteFile ( string filename, Dokan info ) : int
filename string
info Dokan
return int

FileSystemProxyDokanOperations() public method

public FileSystemProxyDokanOperations ( FileSystem FileSystem ) : System
FileSystem FileSystem
return System

FindFiles() public method

public FindFiles ( string filename, LinkedList files, Dokan info ) : int
filename string
files LinkedList
info Dokan
return int

FlushFileBuffers() public method

public FlushFileBuffers ( string filename, Dokan info ) : int
filename string
info Dokan
return int

GetDiskFreeSpace() public method

public GetDiskFreeSpace ( ulong &freeBytesAvailable, ulong &totalBytes, ulong &totalFreeBytes, Dokan info ) : int
freeBytesAvailable ulong
totalBytes ulong
totalFreeBytes ulong
info Dokan
return int

GetFileInformation() public method

public GetFileInformation ( string filename, Dokan fileinfo, Dokan info ) : int
filename string
fileinfo Dokan
info Dokan
return int

LockFile() public method

public LockFile ( string filename, long offset, long length, Dokan info ) : int
filename string
offset long
length long
info Dokan
return int

MoveFile() public method

public MoveFile ( string filename, string newname, bool replace, Dokan info ) : int
filename string
newname string
replace bool
info Dokan
return int

OpenDirectory() public method

public OpenDirectory ( string filename, Dokan info ) : int
filename string
info Dokan
return int

ReadFile() public method

public ReadFile ( string filename, byte buffer, uint &readBytes, long offset, Dokan info ) : int
filename string
buffer byte
readBytes uint
offset long
info Dokan
return int

SetAllocationSize() public method

public SetAllocationSize ( string filename, long length, Dokan info ) : int
filename string
length long
info Dokan
return int

SetEndOfFile() public method

public SetEndOfFile ( string filename, long length, Dokan info ) : int
filename string
length long
info Dokan
return int

SetFileAttributes() public method

public SetFileAttributes ( string filename, System attr, Dokan info ) : int
filename string
attr System
info Dokan
return int

SetFileTime() public method

public SetFileTime ( string filename, System.DateTime ctime, System.DateTime atime, System.DateTime mtime, Dokan info ) : int
filename string
ctime System.DateTime
atime System.DateTime
mtime System.DateTime
info Dokan
return int

UnlockFile() public method

public UnlockFile ( string filename, long offset, long length, Dokan info ) : int
filename string
offset long
length long
info Dokan
return int

Unmount() public method

public Unmount ( Dokan info ) : int
info Dokan
return int

WriteFile() public method

public WriteFile ( string filename, byte buffer, uint &writtenBytes, long offset, Dokan info ) : int
filename string
buffer byte
writtenBytes uint
offset long
info Dokan
return int