public final class BoundedInputStream extends FilterInputStream
in| Constructor and Description |
|---|
BoundedInputStream(InputStream in) |
BoundedInputStream(InputStream in,
int maxBytesRead) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic BoundedInputStream(@NotNull
InputStream in,
int maxBytesRead)
public BoundedInputStream(@NotNull
InputStream in)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2008–2025 The Netty Project. All rights reserved.