public class FileUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENCODING |
static String |
SPACES |
| Constructor and Description |
|---|
FileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
fixWhitespaces(String contents,
String lineSeparator,
int expandTabs) |
static String |
getFileContents(InputStream stream,
String encoding) |
public static final String DEFAULT_ENCODING
public static final String SPACES
Copyright © 2014. All rights reserved.