Modifier and Type | Field and Description |
---|---|
protected short |
refId
Reference id
|
protected Map<org.red5.io.object.BaseOutput.IdentityWrapper,Short> |
refMap
References map
|
Modifier | Constructor and Description |
---|---|
protected |
BaseOutput()
BaseOutput Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
clearReferences()
Clears the map
|
protected short |
getReferenceId(Object obj)
Returns the reference id based on the parameter obj
|
protected boolean |
hasReference(Object obj)
Returns a boolean stating whether the map contains an object with
that key
|
protected void |
storeReference(Object obj)
Store an object into a map
|
protected void storeReference(Object obj)
obj
- Object to storeprotected boolean hasReference(Object obj)
obj
- Objecttrue
if it does contain it, false
otherwisepublic void clearReferences()
protected short getReferenceId(Object obj)
obj
- ObjectCopyright © 2006-2012 The Red5 Project