File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ as well as **immutable** and **mutable** access, so the caller may decide to fav
77performance. This can be seen as combination of the features provided by
88[ ` BigInteger ` ] ( https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html ) ,
99[ ` ByteBuffer ` ] ( https://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html ) but
10- providing a lot of additional features. The main goal is to minimize the need
10+ providing a lot of additional features (similar to Okio's [ ByteString ] ( https://github.com/square/okio ) ) . The main goal is to minimize the need
1111to blindly paste code snippets from
1212[ s] ( https://stackoverflow.com/questions/140131/convert-a-string-representation-of-a-hex-dump-to-a-byte-array-using-java )
1313[ t] ( https://stackoverflow.com/questions/12893758/how-to-reverse-the-byte-array-in-java )
You can’t perform that action at this time.
0 commit comments