SOLR-7971: Mention output stream in javadoc instead of byte buffer

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2015-09-03 20:57:22 +00:00
parent 05a9c3bed8
commit 406ff66329
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ public class ByteUtils {
/** Writes UTF8 into the given OutputStream by first writing to the given scratch array
* and then writing the contents of the scratch array to the OutputStream. The given scratch byte array
* is used to buffer intermediate data before it is written to the byte buffer.
* is used to buffer intermediate data before it is written to the output stream.
*
* @return the number of bytes written
*/