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

L

LimitExceededException - Exception in com.github.robtimus.io.stream
Exception thrown when the limit of a LimitReader, LimitWriter, LimitInputStream or LimitOutputStream with strategy LimitExceededStrategy.THROW was exceeded.
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
The possible strategies that can be used by LimitReader, LimitWriter, LimitInputStream and LimitOutputStream.
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.
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.