Skip to content

Commit 1576867

Browse files
committed
update readme
1 parent 545ecf9 commit 1576867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Bytes.from(byteList); //List<Byte> byteList = ...
141141
Bytes.from(myBitSet); //BitSet myBitSet = ...
142142
Bytes.from(bigInteger);
143143
Bytes.from(file); //reads bytes from any java.io.File
144+
Bytes.from(dataInput, 16); //reads bytes from any java.io.DataInput
144145
```
145146

146147
For parsing binary-text-encoded strings, see below.

0 commit comments

Comments
 (0)