miurahr/dictzip-java
1
3
Fork
You've already forked dictzip-java
1

Fix doubled position when used readFully method #53

Merged
miurahr merged 1 commit from topic/miurahr/fix-mark-reset-position into master 2022年03月01日 15:21:44 +01:00
miurahr commented 2022年03月01日 15:20:13 +01:00 (Migrated from github.com)
Copy link

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.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
miurahr/dictzip-java!53
Reference in a new issue
miurahr/dictzip-java
No description provided.
Delete branch "topic/miurahr/fix-mark-reset-position"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?