Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルの種類を調べるには?UNIXシステム上のファイルがイメージファイルかどうかを確認するコードを書いていますか?
誰かが拡張子を変更した可能性があります。
前もって感謝します。
file次のコマンドを使用します。
file
file <name of file>
Java 7 にはFiles.probeContentType(Path path)、ファイルのコンテンツ タイプをプローブする機能があります。詳細については、API を参照してください。
Files.probeContentType(Path path)