9 @property (nonatomic, readonly, nonnull)
const void *
bytes;
10 @property (nonatomic, readonly) NSUInteger
length;
18 @property (nonatomic, readonly) CFByteOrder
byteOrder;
32 +(nonnull instancetype)numericDataWithData:(nonnull
NSData *)newData dataTypeString:(nonnull
NSString *)newDataTypeString shape:(nullable
CPTNumberArray *)shapeArray;
45 -(nonnull instancetype)initWithData:(nonnull
NSData *)newData dataTypeString:(nonnull
NSString *)newDataTypeString shape:(nullable
CPTNumberArray *)shapeArray;
54 -(nullable instancetype)initWithCoder:(nonnull
NSCoder *)coder NS_DESIGNATED_INITIALIZER;
60 -(nullable const
void *)samplePointer:(
NSUInteger)sample NS_RETURNS_INNER_POINTER;
61 -(nullable const
void *)samplePointerAtIndex:(
NSUInteger)idx, ... NS_RETURNS_INNER_POINTER;