G
Guest
Is there a way to read a specific line from a file, so for example, I'm
wanting to achieve the folllowing:
String s = thing.readLine(54);
? Is there a DataInputStream or BufferedThing, etc that can do this?
TIA
wanting to achieve the folllowing:
String s = thing.readLine(54);
? Is there a DataInputStream or BufferedThing, etc that can do this?
TIA