Package org.robovm.apple.corefoundation
Class CFRange
public class CFRange extends Struct<CFRange>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFRange.CFRangePtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
-
Method Summary
Modifier and Type Method Description longgetLength()longgetLocation()CFRangesetLength(long length)CFRangesetLocation(long location)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
-
CFRange
public CFRange() -
CFRange
public CFRange(long location, long length)
-
-
Method Details
-
getLocation
public long getLocation() -
setLocation
-
getLength
public long getLength() -
setLength
-