Skip to content

Commit 9f69f26

Browse files
author
dzmitry.kachkou
committed
Add missed doc for exceptions in xmp package
DEVSIX-4159
1 parent d6ef464 commit 9f69f26

File tree

3 files changed

+12
-207
lines changed

3 files changed

+12
-207
lines changed

kernel/src/main/java/com/itextpdf/kernel/xmp/impl/ByteBuffer.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,12 @@ public void append(byte b)
206206

207207

208208
/**
209-
* Appends a byte array or part of to the buffer.
209+
* Appends a part of byte array to the buffer. Elements on positions {@code offset}
210+
* through {@code offset+len-1} of provided array will be copied
210211
*
211212
* @param bytes a byte array
212-
* @param offset an offset with
213-
* @param len
213+
* @param offset is a position of the first element to copy
214+
* @param len the number of array elements to be added
214215
*/
215216
public void append(byte[] bytes, int offset, int len)
216217
{

0 commit comments

Comments
 (0)