reading byte by byte
hi all
i have converted java files to c# files. in java inputstream class is there , read method reads byte by byte.
int i=inputstream.read() is working fine in java.
but in c# readbyte() method is there...which says it reads byte by byte...but i am getting
int i=stream.readbyte()
returning -1....even it has buffer data in it....
could u please help me out.
thanks
request.
kavitha.nallamothuPosted Feb 19, 2005, 4:33 AM
kavitha.nallamothuPosted Feb 16, 2005, 4:42 AM
kavitha.nallamothuPosted Feb 14, 2005, 1:50 AM
MykoninePosted Feb 14, 2005, 1:34 AM
kavitha.nallamothuPosted Feb 13, 2005, 11:56 PM
kavitha.nallamothuPosted Feb 13, 2005, 11:15 PM
shimtannyPosted Feb 13, 2005, 5:43 AM