- LimitExceededException - Exception in com.github.robtimus.io.stream
-
- LimitExceededException(long) - Constructor for exception com.github.robtimus.io.stream.LimitExceededException
-
Creates a new limit exceeded exception.
- LimitExceededStrategy - Enum in com.github.robtimus.io.stream
-
- LimitInputStream - Class in com.github.robtimus.io.stream
-
An input stream that limits the number of bytes that can be read from another input stream.
- LimitInputStream(InputStream, long) - Constructor for class com.github.robtimus.io.stream.LimitInputStream
-
Creates a new limiting input stream.
- LimitInputStream(InputStream, long, LimitExceededStrategy) - Constructor for class com.github.robtimus.io.stream.LimitInputStream
-
Creates a new limiting input stream.
- LimitOutputStream - Class in com.github.robtimus.io.stream
-
An output stream that limits the number of bytes that can be written to another output stream.
- LimitOutputStream(OutputStream, long) - Constructor for class com.github.robtimus.io.stream.LimitOutputStream
-
Creates a new limit output stream.
- LimitOutputStream(OutputStream, long, LimitExceededStrategy) - Constructor for class com.github.robtimus.io.stream.LimitOutputStream
-
Creates a new limit output stream.
- LimitReader - Class in com.github.robtimus.io.stream
-
A reader that limits the number of characters that can be read from another reader.
- LimitReader(Reader, long) - Constructor for class com.github.robtimus.io.stream.LimitReader
-
Creates a new limiting reader.
- LimitReader(Reader, long, LimitExceededStrategy) - Constructor for class com.github.robtimus.io.stream.LimitReader
-
Creates a new limiting reader.
- LimitWriter - Class in com.github.robtimus.io.stream
-
A writer that limits the number of characters that can be written to another writer.
- LimitWriter(Writer, long) - Constructor for class com.github.robtimus.io.stream.LimitWriter
-
Creates a new limit writer.
- LimitWriter(Writer, long, LimitExceededStrategy) - Constructor for class com.github.robtimus.io.stream.LimitWriter
-
Creates a new limit writer.
- lines() - Method in class com.github.robtimus.io.stream.MultiLineReader.Entry
-
Returns all lines of this entry as a list.