take abstract method
- int count
override
Eagerly selects the first count
characters.
If count
is greater than length, the count of character
available, then the entire sequence of characters
is returned.
Implementation
@override
Characters take(int count);