Class BaseOutput

java.lang.Object
org.red5.io.object.BaseOutput
Direct Known Subclasses:
Output

public class BaseOutput extends Object
BaseOutput represents a way to map input to a HashMap. This class is meant to be extended.
Author:
The Red5 Project, Luke Hubbard, Codegent Ltd (luke@codegent.com)
  • Field Details

  • Constructor Details

    • BaseOutput

      protected BaseOutput()
      BaseOutput Constructor
  • Method Details

    • storeReference

      protected void storeReference(Object obj)
      Store an object into a map
      Parameters:
      obj - Object to store
    • hasReference

      protected boolean hasReference(Object obj)
      Returns a boolean stating whether the map contains an object with that key
      Parameters:
      obj - Object
      Returns:
      boolean true if it does contain it, false otherwise
    • clearReferences

      public void clearReferences()
      Clears the map
    • getReferenceId

      protected short getReferenceId(Object obj)
      Returns the reference id based on the parameter obj
      Parameters:
      obj - Object
      Returns:
      short Reference id