You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When read data size is larger than buffer, the BufferedReader will return data directly without buffer, but it will not update _current_offset, so when call read again, it will return same data. The read method will not return the read bytes either.