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
ClassNotFoundException
Copyright © 2006-2012 The Red5 Project