Class RuleBasedCollator.CollationKeyByteSink

    • Constructor Detail

    • Method Detail

      • AppendBeyondCapacity

        protected void AppendBeyondCapacity​(byte[] bytes,
                                            int start,
                                            int n,
                                            int length)
        Specified by:
        AppendBeyondCapacity in class CollationKeys.SortKeyByteSink
        Parameters:
        bytes - the array of byte
        start - the start index within the array to be appended
        n - the length of bytes to be appended
        length - the length of buffer required to store the entire data (i.e. already appended bytes + bytes to be appended by this method)