BOMNewlineEncodingDetector.NewlineType |
BOMNewlineEncodingDetector.getNewlineType() |
Detects newline type using the inputStream itself.
|
static BOMNewlineEncodingDetector.NewlineType |
BOMNewlineEncodingDetector.getNewlineType(CharSequence text) |
Static helper method for detecting newline type used in a run of text.
|
static BOMNewlineEncodingDetector.NewlineType |
BOMNewlineEncodingDetector.NewlineType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BOMNewlineEncodingDetector.NewlineType[] |
BOMNewlineEncodingDetector.NewlineType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|