JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.codemodder
Interface EncodingDetector
public interface
EncodingDetector
Detects the encoding of a file.
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
static
EncodingDetector
create
()
Optional
<
String
>
detect
(
Path
file)
Try to detect the encoding of a file.
Method Details
detect
Optional
<
String
>
detect
(
Path
file)
throws
IOException
Try to detect the encoding of a file.
Throws:
IOException
create
static
EncodingDetector
create
()