AmfStrictArray

class AmfStrictArray(val items: MutableList<AmfData> = mutableListOf()) : AmfData

Created by pedro on 20/04/21.

A list of any amf packets that start with an UInt32 to indicate number of items

Constructors

Link copied to clipboard
constructor(items: MutableList<AmfData> = mutableListOf())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getSize(): Int
Link copied to clipboard
open override fun getType(): AmfType
Link copied to clipboard
open override fun readBody(input: InputStream)
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun writeBody(output: OutputStream)
Link copied to clipboard