Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.16.1
-
None
-
None
-
Reviewed
Description
As said in javadoc, Text.getBytes() returns "raw bytes", but nothing said that it returns internal array which length can be greater than Text.getLength().
Maybe to provide toArray method, which will create new array of actual data?