Interface EncodingUtils.ResizeFunction

Enclosing class:
EncodingUtils

public static interface EncodingUtils.ResizeFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    resize(ByteList destination, int len, int new_len)
    Resize the destination, returning the new begin offset.
  • Method Details

    • resize

      int resize(ByteList destination, int len, int new_len)
      Resize the destination, returning the new begin offset.
      Parameters:
      destination -
      len -
      new_len -
      Returns: