public interface IStreamData<T>
| Modifier and Type | Method and Description |
|---|---|
IStreamData<T> |
duplicate()
Creates a byte accurate copy.
|
org.apache.mina.core.buffer.IoBuffer |
getData()
Getter for property 'data'.
|
org.apache.mina.core.buffer.IoBuffer getData()
IStreamData<T> duplicate() throws IOException, ClassNotFoundException
IOException - on errorClassNotFoundException - on class not foundCopyright © 2005–2017 Red5. All rights reserved.