| Package | Description |
|---|---|
| org.gjt.sp.jedit.io |
Virtual file system and multi-threaded I/O.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
EncodingWithBOM.Detector |
|
class |
RegexEncodingDetector |
An encoding detector which finds regex pattern.
|
class |
XMLEncodingDetector |
An encoding detector which extracts encoding from XML declaration.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<EncodingDetector> |
AutoDetection.getEncodingDetectors() |
Returns the user configured ordered list of encoding detectors.
|