Statistics
| Revision:

svn-gvsig-desktop / branches / Mobile_Compatible_Hito_1 / libFMap_mobile_shp_driver / src-comp / org / gvsig / datasources / common / ICharset.java @ 21865

History | View | Annotate | Download (239 Bytes)

1
package org.gvsig.datasources.common;
2

    
3

    
4
/**
5
 * Utility class to manage char set ids.
6
 * 
7
 * @author jldominguez
8
 *
9
 */
10
public interface ICharset {
11

    
12
        /**
13
         * Gets the charset name
14
         * @return the charset name
15
         */
16
        public String name();
17

    
18
}