class LimitOutOfBoundsException : IOException
Thrown when stream user read or write outside of current limit.
position - current position in the stream.
limit - current limit in the stream.
message - message text or null if not required.
Author
Alexander Kornilov (akornilov.82@gmail.com).
<init> |
Thrown when stream user read or write outside of current limit. LimitOutOfBoundsException(position: Long, limit: Long, message: String? = null) |
limit |
current limit in the stream. val limit: Long |
position |
current position in the stream. val position: Long |