Skip to content

Commit 9af115c

Browse files
committed
Update README.md
1 parent f90e956 commit 9af115c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Bit-lib4j [![Build Status](https://travis-ci.org/devnied/Bit-lib4j.png?branch=master)](https://travis-ci.org/devnied/Bit-lib4j) [![Coverage Status](https://coveralls.io/repos/devnied/Bit-lib4j/badge.png?branch=master)](https://coveralls.io/r/devnied/Bit-lib4j?branch=master)
22
========
33

4-
Bit-Lib4j is an useful library to manipulate bits in Java.<br/>
4+
Bit-Lib4j is an useful library to handle bytes or bits in Java.<br/>
55
With this library you can read/write data in a byte array with a custom size for Java primitive types.
66

77
<b>Current version : 1.4.10</b>
@@ -29,6 +29,11 @@ It is very easy to get started with bit-lib4j:
2929
bit.getData(); // return Ox61 (0110 0001b)
3030
```
3131

32+
##Handle bytes more easily
33+
34+
The class ByteUtils provided static methods to convert byte array to String, String to byte array, int to byte array, byte array to binary representation.
35+
36+
3237
More documentation into the [wiki](https://github.com/devnied/Bit-lib4j/wiki)
3338

3439
## Download

0 commit comments

Comments
 (0)