Class CFStreamErrorDomain


  • public final class CFStreamErrorDomain
    extends java.lang.Object
    The following API is deprecated starting in 10.5; please use CFRead/WriteStreamCopyError(), above, instead
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Custom
      custom to the kind of stream in question
      static long MacOSStatus
      OSStatus type from Carbon APIs; interpret using
      static long POSIX
      POSIX errno; interpret using
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Custom

        public static final long Custom
        custom to the kind of stream in question
        See Also:
        Constant Field Values
      • MacOSStatus

        public static final long MacOSStatus
        OSStatus type from Carbon APIs; interpret using
        See Also:
        Constant Field Values