Uses of Class
com.ibm.icu.util.ByteArrayWrapper
Packages that use ByteArrayWrapper
-
Uses of ByteArrayWrapper in com.ibm.icu.impl.coll
Methods in com.ibm.icu.impl.coll with parameters of type ByteArrayWrapperModifier and TypeMethodDescriptionprivate static voidBOCSU.ensureAppendCapacity(ByteArrayWrapper sink, int minCapacity, int desiredCapacity) static intBOCSU.writeIdenticalLevelRun(int prev, CharSequence s, int i, int length, ByteArrayWrapper sink) Encode the code points of a string as a sequence of byte-encoded differences (slope detection), preserving lexical order. -
Uses of ByteArrayWrapper in com.ibm.icu.text
Subclasses of ByteArrayWrapper in com.ibm.icu.textModifier and TypeClassDescriptionfinal classSimple class wrapper to store the internal byte representation of a CollationKey. -
Uses of ByteArrayWrapper in com.ibm.icu.util
Classes in com.ibm.icu.util that implement interfaces with type arguments of type ByteArrayWrapperModifier and TypeClassDescriptionclassA simple utility class to wrap a byte array.Methods in com.ibm.icu.util that return ByteArrayWrapperModifier and TypeMethodDescriptionfinal 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.ByteArrayWrapper.ensureCapacity(int capacity) Ensure that the internal byte array is at least of length capacity.final 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 ByteArrayWrapperModifier and TypeMethodDescriptionintByteArrayWrapper.compareTo(ByteArrayWrapper other) Compare this object to another ByteArrayWrapper, which must not be null.