Hi
let say i have a sample.txt file which looks like this,

Item NoSold UnitPrice
jean 3 $49.90
shirt 5 $19.90

each item is separated by a tab
how to use FileInputStream to read into a GUI app without the 1st line which is the description of items and how to detect a tab?

please show me the codes, i have a test on this topic thanks!