|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteArrayWrapper | |
---|---|
com.ibm.icu.text | Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. |
com.ibm.icu.util | International calendars and other utility classes. |
Uses of ByteArrayWrapper in com.ibm.icu.text |
---|
Subclasses of ByteArrayWrapper in com.ibm.icu.text | |
---|---|
class |
RawCollationKey
Simple class wrapper to store the internal byte representation of a CollationKey. |
Uses of ByteArrayWrapper in com.ibm.icu.util |
---|
Methods in com.ibm.icu.util that return ByteArrayWrapper | |
---|---|
ByteArrayWrapper |
ByteArrayWrapper.append(byte[] src,
int start,
int limit)
Appends the internal byte array from offset size with the contents of src from offset start to limit. |
ByteArrayWrapper |
ByteArrayWrapper.ensureCapacity(int capacity)
Ensure that the internal byte array is at least of length capacity. |
ByteArrayWrapper |
ByteArrayWrapper.set(byte[] src,
int start,
int limit)
Set the internal byte array from offset 0 to (limit - start) with the contents of src from offset start to limit. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |