@Deprecated public class Base64Recognizer extends Recognizer
needsMore| Constructor and Description |
|---|
Base64Recognizer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canBeBase64(String str)
Deprecated.
Tests whether a string can be base64 encoded data.
|
static boolean |
canBeBase64Line(String line)
Deprecated.
Tests whether a string can be base64 encoded data line.
|
chemaxon.common.util.Pair<Boolean,Collection<String>> |
tryToRecognize(String line,
int lineNumber)
Deprecated.
Checks whether the parameter line can be part of a valid (format specified) file on the given file position.
|
getLastProcessedLineNum, isLastLine, needsMore, tryToRecognizepublic chemaxon.common.util.Pair<Boolean,Collection<String>> tryToRecognize(String line, int lineNumber)
RecognizertryToRecognize in class Recognizerline - the line stringlineNumber - the position of the linePair of which second parameter gives the format name collection that is:
public static boolean canBeBase64(String str)
str - the input stringpublic static boolean canBeBase64Line(String line)
line - the input string without any line termination character