Class NSFileAttributes

    • Constructor Detail

      • NSFileAttributes

        public NSFileAttributes()
    • Method Detail

      • getSize

        public long getSize()
      • getModificationDate

        public NSDate getModificationDate()
      • getReferenceCount

        public long getReferenceCount()
      • setReferenceCount

        public NSFileAttributes setReferenceCount​(long referenceCount)
      • getDeviceIdentifier

        public long getDeviceIdentifier()
      • setDeviceIdentifier

        public NSFileAttributes setDeviceIdentifier​(long deviceIdentifier)
      • getOwnerAccountName

        public java.lang.String getOwnerAccountName()
      • setOwnerAccountName

        public NSFileAttributes setOwnerAccountName​(java.lang.String ownerAccountName)
      • getGroupOwnerAccountName

        public java.lang.String getGroupOwnerAccountName()
      • setGroupOwnerAccountName

        public NSFileAttributes setGroupOwnerAccountName​(java.lang.String groupOwnerAccountName)
      • getPosixPermissions

        public short getPosixPermissions()
      • setPosixPermissions

        public NSFileAttributes setPosixPermissions​(short posixPermissions)
      • getSystemFileNumber

        public long getSystemFileNumber()
      • setSystemFileNumber

        public NSFileAttributes setSystemFileNumber​(long systemFileNumber)
      • isExtensionHidden

        public boolean isExtensionHidden()
      • setExtensionHidden

        public NSFileAttributes setExtensionHidden​(boolean extensionHidden)
      • getHFSCreatorCode

        public long getHFSCreatorCode()
      • setHFSCreatorCode

        public NSFileAttributes setHFSCreatorCode​(long hFSCreatorCode)
      • getHFSTypeCode

        public long getHFSTypeCode()
      • isImmutable

        public boolean isImmutable()
      • appendsOnly

        public boolean appendsOnly()
      • setAppendsOnly

        public NSFileAttributes setAppendsOnly​(boolean appendsOnly)
      • getCreationDate

        public NSDate getCreationDate()
      • getOwnerAccountID

        public long getOwnerAccountID()
      • setOwnerAccountID

        public NSFileAttributes setOwnerAccountID​(long ownerAccountID)
      • getGroupOwnerAccountID

        public long getGroupOwnerAccountID()
      • setGroupOwnerAccountID

        public NSFileAttributes setGroupOwnerAccountID​(long groupOwnerAccountID)
      • isBusy

        public boolean isBusy()
      • getProtection

        public NSFileProtection getProtection()
        Since:
        Available in iOS 4.0 and later.