readFully method is implemented to use read method. read method increment position but readFully also increment. This resulted to be doubled position.
readFully method is implemented to use `read` method. `read` method increment position but readFully also increment. This resulted to be doubled position.