- encode(byte[]) - Static method in class com.github.robtimus.io.stream.HexOutputStream
-
Converts a byte array to its lower case hex representation.
- encode(byte[], int, int) - Static method in class com.github.robtimus.io.stream.HexOutputStream
-
Converts a portion of byte array to its lower case hex representation.
- encode(byte[], boolean) - Static method in class com.github.robtimus.io.stream.HexOutputStream
-
Converts a byte array to its hex representation.
- encode(byte[], int, int, boolean) - Static method in class com.github.robtimus.io.stream.HexOutputStream
-
Converts a portion of a byte array to its hex representation.
- entries() - Method in class com.github.robtimus.io.stream.MultiLineReader
-
Returns a stream over the entries.
- equals(Object) - Method in class com.github.robtimus.io.stream.MultiLineReader.Entry
-