파일 타입 처리를 위한 mime-util
웹 프로그램을 하다보면 파일과 관련된 작업이 적지 않게 나옵니다. 파일의 확장자나 매직 넘버라고 하는 것을 통해서 파일의 용도를 구분하게도 됩니다. 이를 위한 유틸리티가 소스포지에 공개되었고, 1.1 버전이 최근에 릴리스 되었습니다.
http://mime-util.sourceforge.net/
MimeUtil Mime Type Detection utility is a very light weight utility that depends only on apache commons-logging.
It requires at least Java 1.4 as it uses the java.nio library
MIME : "Multipurpose Internet Mail Extension" type is an Internet standard that is important outside of just e-mail use.
from: mime-util-1.1.zip README
