Uses of Class
com.ibm.icu.util.ByteArrayWrapper

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
          Deprecated. This is a draft API and might change in a future release of ICU.
 

Uses of ByteArrayWrapper in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return ByteArrayWrapper
 ByteArrayWrapper ByteArrayWrapper.ensureCapacity(int capacity)
          Deprecated. This is a draft API and might change in a future release of ICU.
 ByteArrayWrapper ByteArrayWrapper.set(byte[] src, int start, int limit)
          Deprecated. This is a draft API and might change in a future release of ICU.
 ByteArrayWrapper ByteArrayWrapper.append(byte[] src, int start, int limit)
          Deprecated. This is a draft API and might change in a future release of ICU.
 



Copyright (c) 2004 IBM Corporation and others.