Actions
Bug #1692
closedMetacat client library: handle binary data and return strings for simpler interface
Start date:
09/17/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1692
Description
Most of the APIs return Readers. In some cases we may also want InputStream
in order to deal with binary data (including ZIP data). Returning Strings would
be reasonable for some methods and would provide a simpler interface for some
types of clients (such as SOAP)
Updated by ben leinfelder about 15 years ago
Now using Input Stream returns so that binary data is handled properly
Actions