mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 05:16:51 +01:00
Improved javadoc
This commit is contained in:
parent
0c872a920e
commit
585a888ecb
@ -49,7 +49,8 @@ public class FileUtils {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads the contents of the given InputStream into a byte array, but does not
|
* Reads the contents of the given InputStream into a byte array, but does not
|
||||||
* read more than maxLen bytes.
|
* read more than maxLen bytes. If the stream provides more than maxLen bytes,
|
||||||
|
* an IOException is thrown.
|
||||||
* @param in the stream to read from
|
* @param in the stream to read from
|
||||||
* @param maxLen the maximum number of bytes to read/return
|
* @param maxLen the maximum number of bytes to read/return
|
||||||
* @return the bytes read from the InputStream
|
* @return the bytes read from the InputStream
|
||||||
|
Loading…
Reference in New Issue
Block a user