public class StringCutter extends Object
| Constructor and Description |
|---|
StringCutter()
Default limiter is "\r\n" (windows new line).
|
StringCutter(String limiter) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
add(String str)
Adding string to the buffer, returning strings if 'limiter' is found.
|
void |
clear()
Clear the string buffer.
|
public StringCutter()
public StringCutter(String limiter)
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.