java.lang.Object
java.lang.Record
org.cryptomator.jfuse.mac.MacErrno
- All Implemented Interfaces:
Errno
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninteacces()intebadf()inteexist()inteinval()inteio()inteisdir()intenoent()intenomem()intenosys()intenotdir()intfinal booleanIndicates whether some other object is "equal to" this one.interofs()final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MacErrno
public MacErrno()Creates an instance of aMacErrnorecord class.
-
-
Method Details
-
enoent
public int enoent() -
enosys
public int enosys() -
enomem
public int enomem() -
eacces
public int eacces() -
eio
public int eio() -
erofs
public int erofs() -
ebadf
public int ebadf() -
eexist
public int eexist() -
enotdir
public int enotdir() -
eisdir
public int eisdir() -
enotempty
public int enotempty() -
einval
public int einval() -
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-