public final class ASCIIFoldingFilter extends Object
| Constructor and Description |
|---|
ASCIIFoldingFilter() |
| Modifier and Type | Method and Description |
|---|---|
static int |
foldToASCII(char[] input,
int inputPos,
char[] output,
int outputPos,
int length)
Converts characters above ASCII to their ASCII equivalents.
|
public static final int foldToASCII(char[] input,
int inputPos,
char[] output,
int outputPos,
int length)
input - The characters to foldinputPos - Index of the first character to foldoutput - The result of the folding. Should be of size >= length * 4.outputPos - Index of output where to put the result of the foldinglength - The number of characters to foldCopyright © 2015 illucIT Software GmbH. All rights reserved.