public final class Streams extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
readAtMost(InputStream in,
int maximumSize)
Reads at most the given number of bytes from the input stream.
|
public static byte[] readAtMost(InputStream in, int maximumSize) throws IOException
in
- the input stream to read from.maximumSize
- the maximum number of bytes to read from the input stream.IOException
- if an error occurs while reading the stream.Copyright © 2010-2018, ForgeRock All Rights Reserved.