Uses of Class
com.ibm.icu.util.ByteArrayWrapper
-
Packages that use ByteArrayWrapper Package Description com.ibm.icu.text com.ibm.icu.util -
-
Uses of ByteArrayWrapper in com.ibm.icu.text
Subclasses of ByteArrayWrapper in com.ibm.icu.text Modifier and Type Class Description classRawCollationKeySimple 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 Modifier and Type Method Description ByteArrayWrapperByteArrayWrapper. 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.ByteArrayWrapperByteArrayWrapper. ensureCapacity(int capacity)Ensure that the internal byte array is at least of length capacity.ByteArrayWrapperByteArrayWrapper. 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.Methods in com.ibm.icu.util with parameters of type ByteArrayWrapper Modifier and Type Method Description intByteArrayWrapper. compareTo(ByteArrayWrapper other)Compare this object to another ByteArrayWrapper, which must not be null.
-