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.
有没有办法用 Guava 从 UTF-8 流中删除 BOM?
Apache Commons IO 库有BOMInputStream。我已经在使用 Google Guava,并且不想仅将 Apache Commons 用于此功能。