Changeset 8570 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2015-07-05T02:25:58+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r8568 r8570 1342 1342 * Reads the input stream and closes the stream at the end of processing (regardless if an exception was thrown) 1343 1343 * 1344 * @param stream 1344 * @param stream input stream 1345 1345 * @return byte array of data in input stream 1346 * @throws IOException 1346 * @throws IOException if any I/O error occurs 1347 1347 */ 1348 1348 public static byte[] readBytesFromStream(InputStream stream) throws IOException {
Note:
See TracChangeset
for help on using the changeset viewer.