mirror of https://github.com/apache/lucene.git
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:
parent
05a9c3bed8
commit
406ff66329
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue