Package org.robovm.apple.foundation
Class NSURLFileProtection.Marshaler
- java.lang.Object
-
- org.robovm.apple.foundation.NSURLFileProtection.Marshaler
-
- Enclosing class:
- NSURLFileProtection
public static class NSURLFileProtection.Marshaler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Marshaler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
toNative(NSURLFileProtection o, long flags)
static NSURLFileProtection
toObject(java.lang.Class<NSURLFileProtection> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static NSURLFileProtection toObject(java.lang.Class<NSURLFileProtection> cls, long handle, long flags)
-
toNative
public static long toNative(NSURLFileProtection o, long flags)
-
-