AmfLongString

open class AmfLongString(var value: String = "") : AmfData

Created by pedro on 19/07/22.

A string encoded in UTF-8 where 4 first bytes indicate string size

Inheritors

Constructors

Link copied to clipboard
constructor(value: String = "")

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