PubTextSource constructor
PubTextSource(
- String str,
- int begin,
- int end,
- PubKeyEncoding encoding,
Constructor
Implementation
PubTextSource(String str, int begin, int end, this.encoding)
: super._internal(str, begin, end);