- TextPipe - Class in com.github.robtimus.io.stream
-
An in-memory pipe.
- TextPipe() - Constructor for class com.github.robtimus.io.stream.TextPipe
-
Creates a new text pipe.
- toString() - Method in class com.github.robtimus.io.stream.MultiLineReader.Entry
-
- totalBytes() - Method in class com.github.robtimus.io.stream.CapturingInputStream
-
Returns the total number of bytes that have been read.
- totalBytes() - Method in class com.github.robtimus.io.stream.CapturingOutputStream
-
Returns the total number of bytes that have been written.
- totalChars() - Method in class com.github.robtimus.io.stream.CapturingReader
-
Returns the total number of characters that have been read.
- totalChars() - Method in class com.github.robtimus.io.stream.CapturingWriter
-
Returns the total number of characters that have been written.
- transform(Function<? super RandomInputStream.Builder, ? extends R>) - Method in class com.github.robtimus.io.stream.RandomInputStream.Builder
-
This method allows the application of a function to this builder object.
- transform(Function<? super RandomReader.Builder, ? extends R>) - Method in class com.github.robtimus.io.stream.RandomReader.Builder
-
This method allows the application of a function to this builder object.
- tryDecode(CharSequence) - Static method in class com.github.robtimus.io.stream.HexInputStream
-
Attempts to converts a hex representation into a byte array.
- tryDecode(CharSequence, int, int) - Static method in class com.github.robtimus.io.stream.HexInputStream
-
Attempts to converts a hex representation into a byte array.