comparison src/java/de/intevation/mxd/reader/ISymbolReader.java @ 26:3e24fffdf2bb

Moved reader components to reader folder.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 08 Apr 2011 12:26:17 +0200
parents src/java/de/intevation/mxd/ISymbolReader.java@cbd67b1100d8
children 40c0b4e5f91a
comparison
equal deleted inserted replaced
25:cbd67b1100d8 26:3e24fffdf2bb
1 //package de.intevation.mxd.reader;
2
3 import java.io.IOException;
4
5 /**
6 * The interface to the symbol reader.
7 *
8 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
9 */
10 public interface ISymbolReader{
11
12 public boolean read() throws IOException;
13 public void getSymbol() throws IOException;
14
15 }
16 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)