Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
refs #14
  • Loading branch information
patrickfav committed Aug 9, 2018
1 parent af745ee commit 5109db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ Finding occurrence of specific bytes:
```java
Bytes.wrap(array).contains((byte) 0xE1);
Bytes.wrap(array).indexOf((byte) 0xFD);
Bytes.wrap(array).indexOf((byte) 0xFD, 5); //search fromIndex 5
Bytes.wrap(array).lastIndexOf((byte) 0xAE);
```
Expand Down

0 comments on commit 5109db1

Please sign in to comment.