Class SystemUtils.ReplaceItem

Object
com.wowza.util.SystemUtils.ReplaceItem
Enclosing class:
SystemUtils

public static class SystemUtils.ReplaceItem extends Object
  • Field Details

    • start

      public int start
    • end

      public int end
    • newValue

      public String newValue
  • Constructor Details

    • ReplaceItem

      public ReplaceItem(int start, int stop, String newValue)