-
Bug
-
Resolution: Duplicate
-
P5
-
None
-
6
-
None
-
generic
-
generic
###@###.### wrote:
>>I am working on the bug:
>>
>>4150728: ((spec) {Data,}InputStream.read(byte[], int, int) - spec of
>>offset argument confusing
>>
>>The fix needs to modify the javadoc of
>>javax.crypto.CipherInputStream.read(byte[] b, int off, int len)
>>
>>I believe that your team owns this class, if it is true, either you
>>allow me to modify the class (I will send codeview requirement) or I
>>file a new bug against this class.
>>
>>The modification is to simply replace:
>> * @param off the start offset of the data.
>>by:
>> * @param off the start offset in array <code>buf</code>
>> * at which the data is written.
>>
>>Thanks.
###@###.### 2005-03-16 22:18:12 GMT
>>I am working on the bug:
>>
>>4150728: ((spec) {Data,}InputStream.read(byte[], int, int) - spec of
>>offset argument confusing
>>
>>The fix needs to modify the javadoc of
>>javax.crypto.CipherInputStream.read(byte[] b, int off, int len)
>>
>>I believe that your team owns this class, if it is true, either you
>>allow me to modify the class (I will send codeview requirement) or I
>>file a new bug against this class.
>>
>>The modification is to simply replace:
>> * @param off the start offset of the data.
>>by:
>> * @param off the start offset in array <code>buf</code>
>> * at which the data is written.
>>
>>Thanks.
###@###.### 2005-03-16 22:18:12 GMT
- duplicates
-
JDK-4150728 (spec) {Data,}InputStream.read(byte[], int, int) - spec of offset argument confusing
-
- Resolved
-