I'm new in java and while I was working on a project which had DataInputStream s etc, my compiler show me this error:
symbol : method seek(int)
location: class java.io.DataInp utStream
F.seek(0);
I read in a forum that seek() is only for long types..
Is it correct?
what i'm going to do now?
thanks
symbol : method seek(int)
location: class java.io.DataInp utStream
F.seek(0);
I read in a forum that seek() is only for long types..
Is it correct?
what i'm going to do now?
thanks
Comment