git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@337
f203690c-595d-4dc9-a70b-
905162fa7fd2
/**
* Convert a byte array to a hexadecimal string for display
- * @param buffer Buffer to display, starting at offset 0
+ * @param array byte array to display, starting at offset 0
* @return The display String
*/
public static String toHexString(byte[] array) {
/**
* Returns an Iterable whose iterator() method returns the result of a call
- * to {@link #iterator(Collection<String>)}
+ * to {@link #iterator(Collection)}
* @throws IllegalStateException if an IOException is thrown by one of the
* operations, the actual exception will be contained within
*/
}
/**
- * @returns the currently referenced buffer, {@code null} if none
+ * @return the currently referenced buffer, {@code null} if none
*/
public abstract ByteBuffer getExistingBuffer();