- captured() - Method in class com.github.robtimus.io.stream.CapturingInputStream
-
Returns the contents that have been captured.
- captured(Charset) - Method in class com.github.robtimus.io.stream.CapturingInputStream
-
Returns the contents that have been captured, as a string.
- captured() - Method in class com.github.robtimus.io.stream.CapturingOutputStream
-
Returns the contents that have been captured.
- captured(Charset) - Method in class com.github.robtimus.io.stream.CapturingOutputStream
-
Returns the contents that have been captured, as a string.
- captured() - Method in class com.github.robtimus.io.stream.CapturingReader
-
Returns the contents that have been captured.
- captured() - Method in class com.github.robtimus.io.stream.CapturingWriter
-
Returns the contents that have been captured.
- CapturingInputStream - Class in com.github.robtimus.io.stream
-
An input stream that captures the content it reads.
- CapturingInputStream(InputStream, CapturingInputStream.Config) - Constructor for class com.github.robtimus.io.stream.CapturingInputStream
-
Creates a new capturing input stream.
- CapturingInputStream.Config - Class in com.github.robtimus.io.stream
-
- CapturingInputStream.Config.Builder - Class in com.github.robtimus.io.stream
-
- CapturingOutputStream - Class in com.github.robtimus.io.stream
-
An output stream that captures the content it writes.
- CapturingOutputStream(OutputStream, CapturingOutputStream.Config) - Constructor for class com.github.robtimus.io.stream.CapturingOutputStream
-
Creates a new capturing output stream.
- CapturingOutputStream.Config - Class in com.github.robtimus.io.stream
-
- CapturingOutputStream.Config.Builder - Class in com.github.robtimus.io.stream
-
- CapturingReader - Class in com.github.robtimus.io.stream
-
A reader that captures the content it reads.
- CapturingReader(Reader, CapturingReader.Config) - Constructor for class com.github.robtimus.io.stream.CapturingReader
-
Creates a new capturing reader.
- CapturingReader.Config - Class in com.github.robtimus.io.stream
-
- CapturingReader.Config.Builder - Class in com.github.robtimus.io.stream
-
- CapturingWriter - Class in com.github.robtimus.io.stream
-
A writer that captures the content it writes.
- CapturingWriter(Writer, CapturingWriter.Config) - Constructor for class com.github.robtimus.io.stream.CapturingWriter
-
Creates a new capturing writer.
- CapturingWriter.Config - Class in com.github.robtimus.io.stream
-
- CapturingWriter.Config.Builder - Class in com.github.robtimus.io.stream
-
- checkOffsetAndLength(byte[], int, int) - Static method in class com.github.robtimus.io.stream.StreamUtils
-
Checks whether or not an offset and length are valid for a byte array.
- checkOffsetAndLength(char[], int, int) - Static method in class com.github.robtimus.io.stream.StreamUtils
-
Checks whether or not an offset and length are valid for a character array.
- checkOffsetAndLength(CharSequence, int, int) - Static method in class com.github.robtimus.io.stream.StreamUtils
-
Checks whether or not an offset and length are valid for a character sequence.
- checkStartAndEnd(CharSequence, int, int) - Static method in class com.github.robtimus.io.stream.StreamUtils
-
Checks whether or not a start and end index are valid for a character sequence.
- close() - Method in class com.github.robtimus.io.stream.AsciiInputStream
-
- close() - Method in class com.github.robtimus.io.stream.AsciiOutputStream
-
- close() - Method in class com.github.robtimus.io.stream.CapturingInputStream
-
- close() - Method in class com.github.robtimus.io.stream.CapturingOutputStream
-
- close() - Method in class com.github.robtimus.io.stream.CapturingReader
-
- close() - Method in class com.github.robtimus.io.stream.CapturingWriter
-
- close() - Method in class com.github.robtimus.io.stream.HexInputStream
-
- close() - Method in class com.github.robtimus.io.stream.HexOutputStream
-
- close() - Method in class com.github.robtimus.io.stream.LimitInputStream
-
- close() - Method in class com.github.robtimus.io.stream.LimitOutputStream
-
- close() - Method in class com.github.robtimus.io.stream.LimitReader
-
- close() - Method in class com.github.robtimus.io.stream.LimitWriter
-
- close() - Method in class com.github.robtimus.io.stream.MultiLineReader
-
- close() - Method in class com.github.robtimus.io.stream.PipeInputStream
-
Closes this input stream.
- close(IOException) - Method in class com.github.robtimus.io.stream.PipeInputStream
-
Closes this input stream.
- close() - Method in class com.github.robtimus.io.stream.PipeOutputStream
-
Closes this output stream.
- close(IOException) - Method in class com.github.robtimus.io.stream.PipeOutputStream
-
Closes this output stream.
- close() - Method in class com.github.robtimus.io.stream.PipeReader
-
Closes this reader.
- close(IOException) - Method in class com.github.robtimus.io.stream.PipeReader
-
Closes this reader.
- close() - Method in class com.github.robtimus.io.stream.PipeWriter
-
Closes this writer.
- close(IOException) - Method in class com.github.robtimus.io.stream.PipeWriter
-
Closes this writer.
- close() - Method in class com.github.robtimus.io.stream.RandomInputStream
-
Closes this input stream.
- close() - Method in class com.github.robtimus.io.stream.RandomReader
-
Closes this reader.
- closed() - Method in class com.github.robtimus.io.stream.BinaryPipe
-
Returns whether or not the pipe is closed.
- closed() - Method in class com.github.robtimus.io.stream.TextPipe
-
Returns whether or not the pipe is closed.
- com.github.robtimus.io.stream - package com.github.robtimus.io.stream
-
- config() - Static method in class com.github.robtimus.io.stream.CapturingInputStream
-
Creates a builder for capturing input stream configurations.
- config() - Static method in class com.github.robtimus.io.stream.CapturingOutputStream
-
Creates a builder for capturing output stream configurations.
- config() - Static method in class com.github.robtimus.io.stream.CapturingReader
-
Creates a builder for capturing reader configurations.
- config() - Static method in class com.github.robtimus.io.stream.CapturingWriter
-
Creates a builder for capturing writer configurations.