source: osm/applications/editors/josm/plugins/smed2/src/S57/S57dat.java@ 28722

Last change on this file since 28722 was 28722, checked in by malcolmh, 13 years ago

save

File size: 203 bytes
Line 
1package S57;
2
3import java.io.File;
4
5import S57.S57obj;
6import S57.S57att;
7import S57.S57val;
8
9public class S57dat {
10
11 private class LRleader {
12 public int rlen;
13 }
14
15 public S57dat(File file) {
16
17 }
18}
Note: See TracBrowser for help on using the repository browser.