Changeset 12
- Timestamp:
- 05/17/13 15:43:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/objectmq/src/omq/common/util/Zipper.java
r11 r12 16 16 zos = new GZIPOutputStream(baos); 17 17 zos.write(b); 18 } catch (IOException e) {19 throw new IOException(e.getMessage(), e);20 18 } finally{ 21 19 if(zos != null){ … … 40 38 baos.write(tmpBuffer, 0, n); 41 39 } 42 } catch (IOException e) {43 throw new IOException(e.getMessage(), e);44 40 } finally { 45 41 if(zis != null){
Note: See TracChangeset
for help on using the changeset viewer.