Improved javadoc

live-activity-data
cpfeiffer 2015-08-17 22:46:39 +02:00
parent 0c872a920e
commit 585a888ecb
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ public class FileUtils {
/**
* 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 maxLen the maximum number of bytes to read/return
* @return the bytes read from the InputStream