Uses of Class
org.robovm.apple.foundation.NSMutableData
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit |
-
Uses of NSMutableData in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSMutableData Modifier and Type Method Description NSMutableDataNSMutableData. append(byte[] bytes)NSMutableDataNSMutableData. append(byte[] bytes, int offset, int length)NSMutableDataNSMutableData. append(ByteBuffer bytes)NSMutableDataNSMutableData. delete(NSRange range)NSMutableDataNSMutableData. insert(long location, byte[] bytes)NSMutableDataNSMutableData. insert(long location, byte[] bytes, int offset, int length)NSMutableDataNSMutableData. insert(long location, ByteBuffer bytes)NSMutableDataNSMutableData. replace(NSRange range, byte[] bytes)NSMutableDataNSMutableData. replace(NSRange range, byte[] bytes, int offset, int length)NSMutableDataNSMutableData. replace(NSRange range, ByteBuffer bytes)Methods in org.robovm.apple.foundation with parameters of type NSMutableData Modifier and Type Method Description protected longNSKeyedArchiver. init(NSMutableData data)Deprecated.Deprecated in iOS 12.0.Constructors in org.robovm.apple.foundation with parameters of type NSMutableData Constructor Description NSKeyedArchiver(NSMutableData data)Deprecated.Deprecated in iOS 12.0. -
Uses of NSMutableData in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit with parameters of type NSMutableData Modifier and Type Method Description static voidUIGraphics. beginPDFContextToData(NSMutableData data, CGRect bounds, CGPDFContextOptions documentInfo)