org.apache.http can work with multipart?
I send http request with header Range : bytes=0-500,9000-9999
I get file format:
--00000000000000001873
Content-Type: audio/mpeg
Content-Range: bytes 0-8999/4593415
ID3....bytes....
...bytes®
--00000000000000001873
Content-Type: audio/mpeg
Content-Range: bytes 9000-9999/4593415
ф....bytes...
...bytes
--00000000000000001873--
How to take only the bytes?
Apache Mime4jis your friend.http://james.apache.org/mime4j/index.html