Skip to content

Instantly share code, notes, and snippets.

@michalbcz
Created January 7, 2014 12:59
Show Gist options
  • Save michalbcz/8298941 to your computer and use it in GitHub Desktop.
Save michalbcz/8298941 to your computer and use it in GitHub Desktop.
Java Standard Library way to find out MIME type according to file name (extension)
import java.net.URLConnection;
assert URLConnection.getFileNameMap().getContentTypeFor("someimage.png") == 'image/png'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment