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.
XMLをJavaでバイナリデータに変換したいですか?これを行うための最も速くて簡単な方法は何ですか?
使用できる内部Javaメソッドはありますか?
xml を圧縮するだけの場合は、ここで説明されているように、それを読み取って GZIPOutputStream または ZipOutputstream のいずれかを使用できます。