We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545ecf9 commit 1576867Copy full SHA for 1576867
README.md
@@ -141,6 +141,7 @@ Bytes.from(byteList); //List<Byte> byteList = ...
141
Bytes.from(myBitSet); //BitSet myBitSet = ...
142
Bytes.from(bigInteger);
143
Bytes.from(file); //reads bytes from any java.io.File
144
+Bytes.from(dataInput, 16); //reads bytes from any java.io.DataInput
145
```
146
147
For parsing binary-text-encoded strings, see below.
0 commit comments