Package apple.corefoundation.enums
Class CFStreamErrorDomain
- java.lang.Object
-
- apple.corefoundation.enums.CFStreamErrorDomain
-
public final class CFStreamErrorDomain extends java.lang.ObjectThe following API is deprecated starting in 10.5; please use CFRead/WriteStreamCopyError(), above, instead
-
-
Field Summary
Fields Modifier and Type Field Description static longCustomcustom to the kind of stream in questionstatic longMacOSStatusOSStatus type from Carbon APIs; interpret usingstatic longPOSIXPOSIX errno; interpret using
-
-
-
Field Detail
-
Custom
public static final long Custom
custom to the kind of stream in question- See Also:
- Constant Field Values
-
POSIX
public static final long POSIX
POSIX errno; interpret using- See Also:
- Constant Field Values
-
MacOSStatus
public static final long MacOSStatus
OSStatus type from Carbon APIs; interpret using- See Also:
- Constant Field Values
-
-