AmfDate

class AmfDate(var date: Double = TimeUtils.getCurrentTimeMillis().toDouble()) : AmfData

Created by pedro on 19/07/22.

milliseconds from 1st Jan 1970 in UTC time zone. timeZone value is a reserved value that should be 0x0000

Constructors

Link copied to clipboard
constructor(date: Double = TimeUtils.getCurrentTimeMillis().toDouble())

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