Closed mamarjan closed 12 years ago
The most basic implementation would probably be to add write and writeln methods to Record class, and similar methods to the Feature class.
Or more simply by implementing toString method :)
Implemented Record.toString() method.
The most basic implementation would probably be to add write and writeln methods to Record class, and similar methods to the Feature class.