Uses of Class
oshi.ffm.mac.DiskArbitration.DASessionRef
Packages that use DiskArbitration.DASessionRef
-
Uses of DiskArbitration.DASessionRef in oshi.ffm.mac
Methods in oshi.ffm.mac that return DiskArbitration.DASessionRefModifier and TypeMethodDescriptionstatic DiskArbitration.DASessionRefDiskArbitration.DASessionRef.create(CoreFoundation.CFAllocatorRef allocator) Creates a new session.Methods in oshi.ffm.mac with parameters of type DiskArbitration.DASessionRefModifier and TypeMethodDescriptionstatic DiskArbitration.DADiskRefDiskArbitration.DADiskRef.createFromBSDName(CoreFoundation.CFAllocatorRef allocator, DiskArbitration.DASessionRef session, String bsdName) Creates a new disk object from a BSD device name.static DiskArbitration.DADiskRefDiskArbitration.DADiskRef.createFromIOMedia(CoreFoundation.CFAllocatorRef allocator, DiskArbitration.DASessionRef session, IOKit.IOObject media) Creates a new disk object from an IOMedia object.