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 5f0b5a5 commit 11a99b7Copy full SHA for 11a99b7
README.md
@@ -261,7 +261,7 @@ When your input comes from the network or disks much more efficient ways are to
261
- byte arrays using `readFromArray`/`writeToArray`
262
- byte sub-arrays using `readFromSubArray`/`writeToSubArray`
263
- `java.nio.ByteBuffer` instances using `readFromByteBuffer`/`writeToByteBuffer`
264
-- `java.io.InputString`/`java.io.OutputStream` instances using `readFromStream`/`writeToStream`
+- `java.io.InputStream`/`java.io.OutputStream` instances using `readFromStream`/`writeToStream`
265
266
Also, parsing from bytes will check `UTF-8` encoding and throw an error in case of malformed bytes.
267
0 commit comments