 |
Changeset 3688
- Timestamp:
- 06/30/08 04:50:31
(5 months ago)
- Author:
- larsivi
- Message:
Fix compile errors with Conduit.transfer use in Zip files after changes + proper eol style on Zip
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
- Property svn:eol-style set to native
| r3647 |
r3688 |
|
| 2399 | 2399 | override OutputStream copy(InputStream src) |
|---|
| 2400 | 2400 | { |
|---|
| 2401 | | return Conduit.transfer(src, this); |
|---|
| | 2401 | Conduit.transfer(src, this); |
|---|
| | 2402 | return this; |
|---|
| 2402 | 2403 | } |
|---|
| 2403 | 2404 | |
|---|
| … | … | |
| 2694 | 2695 | override OutputStream copy(InputStream src) |
|---|
| 2695 | 2696 | { |
|---|
| 2696 | | return Conduit.transfer(src, this); |
|---|
| | 2697 | Conduit.transfer(src, this); |
|---|
| | 2698 | return this; |
|---|
| 2697 | 2699 | } |
|---|
| 2698 | 2700 | |
|---|
| … | … | |
| 2915 | 2917 | override OutputStream copy(InputStream src) |
|---|
| 2916 | 2918 | { |
|---|
| 2917 | | return Conduit.transfer(src, this); |
|---|
| | 2919 | Conduit.transfer(src, this); |
|---|
| | 2920 | return this; |
|---|
| 2918 | 2921 | } |
|---|
| 2919 | 2922 | |
|---|
| r3648 |
r3688 |
|
| 1752 | 1752 | override OutputStream copy(InputStream src) |
|---|
| 1753 | 1753 | { |
|---|
| 1754 | | return Conduit.transfer(src, this); |
|---|
| | 1754 | Conduit.transfer(src, this); |
|---|
| | 1755 | return this; |
|---|
| 1755 | 1756 | } |
|---|
| 1756 | 1757 | override OutputStream flush() { return this; } |
|---|
| … | … | |
| 1922 | 1923 | override OutputStream copy(InputStream src) |
|---|
| 1923 | 1924 | { |
|---|
| 1924 | | return Conduit.transfer(src, this); |
|---|
| | 1925 | Conduit.transfer(src, this); |
|---|
| | 1926 | return this; |
|---|
| 1925 | 1927 | } |
|---|
| 1926 | 1928 | |
|---|
| … | … | |
| 2108 | 2110 | override OutputStream copy(InputStream src) |
|---|
| 2109 | 2111 | { |
|---|
| 2110 | | return Conduit.transfer(src, this); |
|---|
| | 2112 | Conduit.transfer(src, this); |
|---|
| | 2113 | return this; |
|---|
| 2111 | 2114 | } |
|---|
| 2112 | 2115 | |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic