Class CharsetUtil
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.CharsetUtil
-
public class CharsetUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description CharsetUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Charset
getCharset(File file)
static String
getTextContent(File file)
static String
getTextContent(File file, Charset charset)
-
-
-
Method Detail
-
getTextContent
@NotNull public static String getTextContent(@NotNull File file) throws IOException
- Throws:
IOException
-
getTextContent
@NotNull public static String getTextContent(@NotNull File file, @NotNull Charset charset) throws IOException
- Throws:
IOException
-
-