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
encodingIANA encoding.
startThe index at which the specified encoding should start being used.
endThe index after which the specified encoding should no longed be used.
Since
5.9.0

Property Documentation

- (NSString*) encoding
readnonatomicstrong
- (NSUInteger) start
readnonatomicassign
- (NSUInteger) end
readnonatomicassign

The documentation for this class was generated from the following file: