Uses of Class
org.red5.io.amf3.ByteArray

Packages that use ByteArray
org.red5.io.amf   
org.red5.io.amf3   
org.red5.io.mock   
org.red5.io.object   
 

Uses of ByteArray in org.red5.io.amf
 

Methods in org.red5.io.amf that return ByteArray
 ByteArray Input.readByteArray(Type target)
          Read ByteArray object.
 

Methods in org.red5.io.amf with parameters of type ByteArray
 void Output.writeByteArray(ByteArray array)
          Write ByteArray object (AMF3 only).
 

Uses of ByteArray in org.red5.io.amf3
 

Methods in org.red5.io.amf3 that return ByteArray
 ByteArray Input.readByteArray(Type target)
          Read ByteArray object.
 

Methods in org.red5.io.amf3 with parameters of type ByteArray
 void Output.writeByteArray(ByteArray array)
          Write ByteArray object (AMF3 only).
 

Uses of ByteArray in org.red5.io.mock
 

Methods in org.red5.io.mock that return ByteArray
 ByteArray Input.readByteArray(Type target)
          Read ByteArray object.
 

Methods in org.red5.io.mock with parameters of type ByteArray
 void Output.writeByteArray(ByteArray array)
          Write ByteArray object (AMF3 only).
 

Uses of ByteArray in org.red5.io.object
 

Methods in org.red5.io.object that return ByteArray
 ByteArray Input.readByteArray(Type target)
          Read ByteArray object.
 

Methods in org.red5.io.object with parameters of type ByteArray
 void Output.writeByteArray(ByteArray array)
          Write ByteArray object (AMF3 only).
 



Copyright © 2006-2012 The Red5 Project