com.wowza.util
Class SystemUtils.ReplaceItem

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

public static class SystemUtils.ReplaceItem
extends Object


Field Summary
 int end
           
 String newValue
           
 int start
           
 
Constructor Summary
SystemUtils.ReplaceItem(int start, int stop, String newValue)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

end

public int end

newValue

public String newValue

start

public int start
Constructor Detail

SystemUtils.ReplaceItem

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