public class CharsetDetector extends Object
| Constructor and Description |
|---|
CharsetDetector() |
| Modifier and Type | Method and Description |
|---|---|
static Charset |
detectCharset(CSBaseProjectFile f) |
static Charset |
detectCharset(CSBaseProjectFile f,
String[] charsets)
Detecta o charset a partir de um vetor de strings de charsets para um determinado arquivo de projeto.
|
public static Charset detectCharset(CSBaseProjectFile f)
public static Charset detectCharset(CSBaseProjectFile f, String[] charsets)
f - Arquivo de projeto.charsets - vetor de strings com os charsets para serem verificados.Copyright © 2019. All rights reserved.