An OBJ file is a plain text file, containing vertices, polygon faces, and other information. Each vertex, face, etc, is given on a separate line.
Each line begins with a token to identify what sort of line it is - 'v' for vertex, 'f' for face, etc.