}
HttpAcceptCharset c[] = m.getAcceptCharset();
for (int i = 0 ; i < c.length ; i++) {
System.out.println("accept-charset: "+c[i].getCharset());
}
m.emit(System.out);
} catch (Exception ex) {
ex.printStackTrace();
System.out.println("MimeParser <factory> <file>");
}
}