📅  最后修改于: 2022-03-11 14:48:33.934000             🧑  作者: Mango
class Split1 {
constructor(fileName) # opens the file for reading
def readNextLine() # moves to the next line
def getField(n) # returns the nth field in the current line
}