is there a way to get a view of an `Input` from ko...
# announcements
o
is there a way to get a view of an
Input
from kotlinx-io that is limited to a certain length? I would implement my own but the
AbstractInput
constructor looks like it takes some weird parameters that would be hard to extract from the
Input
interface