Changeset 11525 in josm for trunk/src/com/kitfox/svg/app/data
- Timestamp:
- 2017-02-02T00:08:08+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/kitfox/svg/app/data/Handler.java
r10746 r11525 4 4 * All rights reserved. 5 5 * 6 * Redistribution and use in source and binary forms, with or 6 * Redistribution and use in source and binary forms, with or 7 7 * without modification, are permitted provided that the following 8 8 * conditions are met: 9 9 * 10 * - Redistributions of source code must retain the above 10 * - Redistributions of source code must retain the above 11 11 * copyright notice, this list of conditions and the following 12 12 * disclaimer. 13 13 * - Redistributions in binary form must reproduce the above 14 14 * copyright notice, this list of conditions and the following 15 * disclaimer in the documentation and/or other materials 15 * disclaimer in the documentation and/or other materials 16 16 * provided with the distribution. 17 17 * … … 27 27 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 28 28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 29 * OF THE POSSIBILITY OF SUCH DAMAGE. 30 * 29 * OF THE POSSIBILITY OF SUCH DAMAGE. 30 * 31 31 * Mark McKay can be contacted at mark@kitfox.com. Salamander and other 32 32 * projects can be found at http://www.kitfox.com … … 35 35 package com.kitfox.svg.app.data; 36 36 37 import com.kitfox.svg.SVGConst;38 37 import java.io.ByteArrayInputStream; 39 38 import java.io.IOException; … … 45 44 import java.util.logging.Level; 46 45 import java.util.logging.Logger; 46 47 import com.kitfox.svg.SVGConst; 47 48 48 49 /** … … 78 79 } 79 80 } 80 81 82 @Override 81 83 public void connect() throws IOException 82 84 { 83 85 } 84 86 87 @Override 85 88 public String getHeaderField(String name) 86 89 { … … 93 96 } 94 97 98 @Override 95 99 public InputStream getInputStream() throws IOException 96 100 { … … 104 108 } 105 109 110 @Override 106 111 protected URLConnection openConnection(URL u) throws IOException 107 112 {
Note:
See TracChangeset
for help on using the changeset viewer.