comparison src/java/de/intevation/mxd/utils/XMLUtils.java @ 33:c51376f8e24c

Separated converter components into packages.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 12 Apr 2011 13:20:49 +0200
parents e5fdc37f8f94
children df4e0946ef02
comparison
equal deleted inserted replaced
32:8381aa59078e 33:c51376f8e24c
4 * This program is free software under the LGPL (>=v2.1) 4 * This program is free software under the LGPL (>=v2.1)
5 * Read the file LGPL.txt coming with the software for details 5 * Read the file LGPL.txt coming with the software for details
6 * or visit http://www.gnu.org/licenses/ if it does not exist. 6 * or visit http://www.gnu.org/licenses/ if it does not exist.
7 */ 7 */
8 8
9 //package de.intevation.mxd.utils; 9 package de.intevation.mxd.utils;
10 10
11 import java.io.ByteArrayInputStream; 11 import java.io.ByteArrayInputStream;
12 import java.io.FileInputStream; 12 import java.io.FileInputStream;
13 import java.io.BufferedInputStream; 13 import java.io.BufferedInputStream;
14 import java.io.ByteArrayOutputStream; 14 import java.io.ByteArrayOutputStream;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)