public final class CharsetsUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static void |
printOutCharsetsAvailable(int format) |
static boolean |
transcode(String srcFilename,
String fromCharset,
String toFilename,
String toCharset,
int bufferSize)
Method to transcode one file to another using 2 different charsets
|
public static void main(String[] args)
args
- public static void printOutCharsetsAvailable(int format)
format
- 0 = html, 1 = text, 2 = csvpublic static boolean transcode(String srcFilename, String fromCharset, String toFilename, String toCharset, int bufferSize)
srcFilename
- fromCharset
- toFilename
- toCharset
- bufferSize
- Copyright © 2009–2020 Waarp. All rights reserved.