public interface FileParametersDetector
By default, we provide you DefaultFileParametersDetector.
| Modifier and Type | Method and Description |
|---|---|
Charset |
detectEncoding(File file)
Returns charset of content the file.
|
String |
detectMimeType(File file)
Returns a MIME type of file as a string.
|
Copyright © 2023. All rights reserved.