NSURL$Methods extension
- on
Properties
- absoluteString → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
absoluteStringno setter - absoluteURL → NSURL?
-
Available on NSURL, provided by the NSURL$Methods extension
absoluteURLno setter - baseURL → NSURL?
-
Available on NSURL, provided by the NSURL$Methods extension
baseURLno setter - dataRepresentation → NSData
-
Available on NSURL, provided by the NSURL$Methods extension
dataRepresentationno setter - filePathURL → NSURL?
-
Available on NSURL, provided by the NSURL$Methods extension
filePathURLno setter -
fileSystemRepresentation
→ Pointer<
Char> -
Available on NSURL, provided by the NSURL$Methods extension
fileSystemRepresentationno setter - fragment → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
fragmentno setter - hasDirectoryPath → bool
-
Available on NSURL, provided by the NSURL$Methods extension
hasDirectoryPathno setter - host → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
hostno setter - isFileURL → bool
-
Available on NSURL, provided by the NSURL$Methods extension
isFileURLno setter - parameterString → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
iOS: introduced 2.0.0, deprecated 13.0.0 macOS: introduced 10.2.0, deprecated 10.15.0no setter - password → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
passwordno setter - path → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
pathno setter - port → NSNumber?
-
Available on NSURL, provided by the NSURL$Methods extension
portno setter - query → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
queryno setter - relativePath → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
relativePathno setter - relativeString → NSString
-
Available on NSURL, provided by the NSURL$Methods extension
relativeStringno setter - resourceSpecifier → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
resourceSpecifierno setter - scheme → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
schemeno setter - standardizedURL → NSURL?
-
Available on NSURL, provided by the NSURL$Methods extension
standardizedURLno setter - user → NSString?
-
Available on NSURL, provided by the NSURL$Methods extension
userno setter
Methods
-
bookmarkDataWithOptions(
int options, {NSArray? includingResourceValuesForKeys, NSURL? relativeToURL}) → NSData? -
Available on NSURL, provided by the NSURL$Methods extension
bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error: -
encodeWithCoder(
NSCoder coder) → void -
Available on NSURL, provided by the NSURL$Methods extension
encodeWithCoder: -
fileReferenceURL(
) → NSURL? -
Available on NSURL, provided by the NSURL$Methods extension
fileReferenceURL -
getFileSystemRepresentation(
Pointer< Char> buffer, {required int maxLength}) → bool -
Available on NSURL, provided by the NSURL$Methods extension
getFileSystemRepresentation:maxLength: -
getResourceValue(
Pointer< Pointer< value, {required NSString forKey}) → boolObjCObjectImpl> > -
Available on NSURL, provided by the NSURL$Methods extension
getResourceValue:forKey:error: -
init(
) → NSURL -
Available on NSURL, provided by the NSURL$Methods extension
init -
initAbsoluteURLWithDataRepresentation(
NSData data, {NSURL? relativeToURL}) → NSURL -
Available on NSURL, provided by the NSURL$Methods extension
initAbsoluteURLWithDataRepresentation:relativeToURL: -
initByResolvingBookmarkData(
NSData bookmarkData, {required int options, NSURL? relativeToURL, required Pointer< Bool> bookmarkDataIsStale}) → NSURL? -
Available on NSURL, provided by the NSURL$Methods extension
initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error: -
initFileURLWithFileSystemRepresentation(
Pointer< Char> path, {required bool isDirectory, NSURL? relativeToURL}) → NSURL -
Available on NSURL, provided by the NSURL$Methods extension
initFileURLWithFileSystemRepresentation:isDirectory:relativeToURL: -
initFileURLWithPath(
NSString path) → NSURL -
Available on NSURL, provided by the NSURL$Methods extension
initFileURLWithPath: -
initFileURLWithPath$1(
NSString path, {required bool isDirectory}) → NSURL -
Available on NSURL, provided by the NSURL$Methods extension
initFileURLWithPath:isDirectory: -
initFileURLWithPath$2(
NSString path, {required bool isDirectory, NSURL? relativeToURL}) → NSURL -
Available on NSURL, provided by the NSURL$Methods extension
initFileURLWithPath:isDirectory:relativeToURL: -
initFileURLWithPath$3(
NSString path, {NSURL? relativeToURL}) → NSURL -
Available on NSURL, provided by the NSURL$Methods extension
initFileURLWithPath:relativeToURL: -
initWithCoder(
NSCoder coder) → NSURL? -
Available on NSURL, provided by the NSURL$Methods extension
initWithCoder: -
initWithDataRepresentation(
NSData data, {NSURL? relativeToURL}) → NSURL -
Available on NSURL, provided by the NSURL$Methods extension
initWithDataRepresentation:relativeToURL: -
initWithString(
NSString URLString) → NSURL? -
Available on NSURL, provided by the NSURL$Methods extension
initWithString: -
initWithString$1(
NSString URLString, {required bool encodingInvalidCharacters}) → NSURL? -
Available on NSURL, provided by the NSURL$Methods extension
initWithString:encodingInvalidCharacters: -
initWithString$2(
NSString URLString, {NSURL? relativeToURL}) → NSURL? -
Available on NSURL, provided by the NSURL$Methods extension
initWithString:relativeToURL: -
isFileReferenceURL(
) → bool -
Available on NSURL, provided by the NSURL$Methods extension
isFileReferenceURL -
removeAllCachedResourceValues(
) → void -
Available on NSURL, provided by the NSURL$Methods extension
removeAllCachedResourceValues -
removeCachedResourceValueForKey(
NSString key) → void -
Available on NSURL, provided by the NSURL$Methods extension
removeCachedResourceValueForKey: -
resourceValuesForKeys(
NSArray keys) → NSDictionary? -
Available on NSURL, provided by the NSURL$Methods extension
resourceValuesForKeys:error: -
setResourceValue(
ObjCObject? value, {required NSString forKey}) → bool -
Available on NSURL, provided by the NSURL$Methods extension
setResourceValue:forKey:error: -
setResourceValues(
NSDictionary keyedValues) → bool -
Available on NSURL, provided by the NSURL$Methods extension
setResourceValues:error: -
setTemporaryResourceValue(
ObjCObject? value, {required NSString forKey}) → void -
Available on NSURL, provided by the NSURL$Methods extension
setTemporaryResourceValue:forKey: -
startAccessingSecurityScopedResource(
) → bool -
Available on NSURL, provided by the NSURL$Methods extension
startAccessingSecurityScopedResource -
stopAccessingSecurityScopedResource(
) → void -
Available on NSURL, provided by the NSURL$Methods extension
stopAccessingSecurityScopedResource