public class PortUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
createRegexPatternWithDotMatchingNewlines(String regex)
By default "." symbol in regular expressions does not match line terminators.
|
static Reader |
wrapInBufferedReader(Reader inputStreamReader)
Wraps a Reader instance in a BufferedReader.
|
public static Reader wrapInBufferedReader(Reader inputStreamReader)
Reader instance in a BufferedReader.
inputStreamReader - the original reader
public static Pattern createRegexPatternWithDotMatchingNewlines(String regex)
regex - regular expression string
Copyright © 1998–2019 iText Group NV. All rights reserved.