|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.kolls.railworld.io.TRNReader
public class TRNReader
Reads Yard Duty TRN files to create a train. All information is available except which entrance to use.
| Constructor Summary | |
|---|---|
TRNReader()
|
|
| Method Summary | |
|---|---|
static Train |
read(java.io.File f)
Read a train from a Yard Duty train file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TRNReader()
| Method Detail |
|---|
public static Train read(java.io.File f)
throws java.io.FileNotFoundException,
java.io.IOException
f - The file to read from
java.io.FileNotFoundException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||