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

Uses in package com.ibm.icu.util

Methods with return type com.ibm.icu.util.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
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.

Uses in package com.ibm.icu.text

Classes derived from com.ibm.icu.util.ByteArrayWrapper

class
Simple class wrapper to store the internal byte representation of a CollationKey.

Copyright (c) 2006 IBM Corporation and others.