- decode(CharSequence) - Static method in class com.github.robtimus.io.stream.HexInputStream
-
Converts a hex representation into a byte array.
- decode(CharSequence, int, int) - Static method in class com.github.robtimus.io.stream.HexInputStream
-
Converts a hex representation into a byte array.
- done() - Method in class com.github.robtimus.io.stream.CapturingOutputStream
-
Marks the capturing as done.
- done() - Method in class com.github.robtimus.io.stream.CapturingWriter
-
Marks the capturing as done.
- doneAfter(long) - Method in class com.github.robtimus.io.stream.CapturingInputStream.Config.Builder
-
Sets the number of bytes after which built capturing input streams are considered to be done.
- doneAfter(long) - Method in class com.github.robtimus.io.stream.CapturingReader.Config.Builder
-
Sets the number of characters after which built capturing readers are considered to be done.