Package org.robovm.apple.corefoundation
Class CFStreamError
- All Implemented Interfaces:
Iterable<CFStreamError>
public class CFStreamError extends Struct<CFStreamError>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFStreamError.CFStreamErrorPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CFStreamError()CFStreamError(long domain, int error) -
Method Summary
Modifier and Type Method Description longgetDomain()intgetError()CFStreamErrorsetDomain(long domain)CFStreamErrorsetError(int error)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
CFStreamError
public CFStreamError() -
CFStreamError
public CFStreamError(long domain, int error)
-
-
Method Details
-
getDomain
public long getDomain() -
setDomain
-
getError
public int getError() -
setError
-