SBSEncodingRange Class Reference
Inherits NSObject.
Instance Methods | |
(instancetype) | - initWithEncoding:start:end: |
Properties | |
NSString * | encoding |
NSUInteger | start |
NSUInteger | end |
Detailed Description
An encoding range for the barcode generator. Specifies the encoding and the start and end index of the data to be encoded to specify which range the encoding should be used.
- Since
- 5.9.0
Method Documentation
- (instancetype) initWithEncoding: | (NSString *) | encoding | |
start: | (NSUInteger) | start | |
end: | (NSUInteger) | end | |
Initialize the encoding range.
- Parameters
-
encoding IANA encoding. start The index at which the specified encoding should start being used. end The index after which the specified encoding should no longed be used.
- Since
- 5.9.0
Property Documentation
|
readnonatomicstrong |
|
readnonatomicassign |
|
readnonatomicassign |
The documentation for this class was generated from the following file: