deprecate either IndexInput.copyBytes or DataOutput.copyBytes
-------------------------------------------------------------
Key: LUCENE-3657
URL: https://issues.apache.org/jira/browse/LUCENE-3657
Project: Lucene - Java
Issue Type: Task
Reporter: Robert Muir
Currently we have:
* IndexInput: public void copyBytes(IndexOutput out, long numBytes)
* DataOutput: public void copyBytes(DataInput input, long numBytes)
I think this is confusing, which one gets used when?!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]