Auto saved by Logseq

This commit is contained in:
Matthias Eckert 2023-01-23 10:45:43 +01:00
parent 6dc4945ea9
commit d3a1a9f34b

View File

@ -29,6 +29,7 @@
- Check Mime Type [[Code Snippet]] [[Java]]
- ``` java
public static void main(String[] args) throws IOException {
final File file = new File("c:\\tmp\\tst.csv");
System.out.println(new FileDataSource(file).getContentType());