-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta
-
sparc
-
solaris_7
-
Verified
Documentaion error in CharBuffer wrap(String,int,int) and wrap(String)
public static CharBuffer wrap(String str, int start, int end)
public static CharBuffer wrap(String str)
both writes "Wraps a character array into a buffer. "
public static CharBuffer wrap(String str, int start, int end)
public static CharBuffer wrap(String str)
both writes "Wraps a character array into a buffer. "