Skip navigation links
A B C D E F G H I L M O P R S T U V W 

O

onDone(Consumer<? super CapturingInputStream>) - Method in class com.github.robtimus.io.stream.CapturingInputStream.Config.Builder
Sets a callback that will be triggered when reading from built capturing input streams is done.
onDone(Consumer<? super CapturingOutputStream>) - Method in class com.github.robtimus.io.stream.CapturingOutputStream.Config.Builder
Sets a callback that will be triggered when reading from built capturing output streams is done.
onDone(Consumer<? super CapturingReader>) - Method in class com.github.robtimus.io.stream.CapturingReader.Config.Builder
Sets a callback that will be triggered when reading from built capturing readers is done.
onDone(Consumer<? super CapturingWriter>) - Method in class com.github.robtimus.io.stream.CapturingWriter.Config.Builder
Sets a callback that will be triggered when reading from built capturing writers is done.
onError(BiConsumer<? super CapturingInputStream, ? super IOException>) - Method in class com.github.robtimus.io.stream.CapturingInputStream.Config.Builder
Sets a callback that will be triggered when an IOException occurs while using built capturing input streams.
onError(BiConsumer<? super CapturingOutputStream, ? super IOException>) - Method in class com.github.robtimus.io.stream.CapturingOutputStream.Config.Builder
Sets a callback that will be triggered when an IOException occurs while using built capturing output streams.
onError(BiConsumer<? super CapturingReader, ? super IOException>) - Method in class com.github.robtimus.io.stream.CapturingReader.Config.Builder
Sets a callback that will be triggered when an IOException occurs while using built capturing readers.
onError(BiConsumer<? super CapturingWriter, ? super IOException>) - Method in class com.github.robtimus.io.stream.CapturingWriter.Config.Builder
Sets a callback that will be triggered when an IOException occurs while using built capturing writers.
onLimitReached(Consumer<? super CapturingInputStream>) - Method in class com.github.robtimus.io.stream.CapturingInputStream.Config.Builder
Sets a callback that will be triggered when built capturing input streams hit their limit.
onLimitReached(Consumer<? super CapturingOutputStream>) - Method in class com.github.robtimus.io.stream.CapturingOutputStream.Config.Builder
Sets a callback that will be triggered when built capturing output streams hit their limit.
onLimitReached(Consumer<? super CapturingReader>) - Method in class com.github.robtimus.io.stream.CapturingReader.Config.Builder
Sets a callback that will be triggered when built capturing readers hit their limit.
onLimitReached(Consumer<? super CapturingWriter>) - Method in class com.github.robtimus.io.stream.CapturingWriter.Config.Builder
Sets a callback that will be triggered when built capturing writers hit their limit.
output() - Method in class com.github.robtimus.io.stream.BinaryPipe
Returns the pipe's output stream.
output() - Method in class com.github.robtimus.io.stream.TextPipe
Returns the pipe's writer.
A B C D E F G H I L M O P R S T U V W 
Skip navigation links

Copyright © 2020–2024. All rights reserved.