Uses of Interface
org.cryptomator.frontend.dokany.internal.DokanCallback
Packages that use DokanCallback
-
Uses of DokanCallback in org.cryptomator.frontend.dokany.internal.structure
Subinterfaces of DokanCallback in org.cryptomator.frontend.dokany.internal.structureModifier and TypeInterfaceDescriptionstatic interfaceReceipt of this request indicates that the last handle for a file object that is associated with the target device object has been closed (but, due to outstanding I/O requests, might not have been released).static interfaceCloseFile is called at the end of the life of the context.static interfaceCheck if it is possible to delete a directory.static interfaceCheck if it is possible to delete a file.static interfacestatic interfaceList all files in the path requested.static interfaceSame asDokanyOperations.FindFilesbut with a search pattern to filter the result.static interfaceRetrieve all NTFS Streams informations on the file.static interfaceClears buffers for this context and causes any buffered data to be written to the file.static interfaceRetrieves information about the amount of space that is available on a disk volume, which is the total amount of space, the total amount of free space, and the total amount of free space available to the user that is associated with the calling thread.static interfaceGet specific informations on a file.static interfaceGet specified information about the security of a file or directory.static interfaceRetrieves information about the file system and volume associated with the specified root directory.static interfaceLock file at a specific offset and data length.static interfaceIs called when Dokany succeeded mounting the volume.static interfaceMove a file or directory to a new location.static interfaceReadFile callback on the file previously opened inDokanyOperations.ZwCreateFile.static interfaceSetAllocationSize is used to truncate or extend a file.static interfaceSetEndOfFile is used to truncate or extend a file (physical file size).static interfaceSet file attributes on a specific file.static interfaceSets the security of a file or directory object.static interfaceSet file times on a specific file.static interfaceUnlock file at a specific offset and data length.static interfaceIs called when Dokany succeeded unmounting the volume.static interfaceWriteFile callback on the file previously opened inDokanyOperations.ZwCreateFileIt can be called by different thread at the same time, therefore the write/context has to be thread safe.static interfaceCreateFile is called each time a request is made on a file system object.