toggle menu
RootEncoder
androidJvm
switch theme
search in API
rtmp
/
com.pedro.rtmp.amf.v0
/
AmfLongString
Amf
Long
String
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
AmfXmlDocument
Members
Constructors
Amf
Long
String
Link copied to clipboard
constructor
(
value
:
String
=
""
)
Properties
value
Link copied to clipboard
var
value
:
String
Functions
get
Size
Link copied to clipboard
open
override
fun
getSize
(
)
:
Int
get
Type
Link copied to clipboard
open
override
fun
getType
(
)
:
AmfType
read
Body
Link copied to clipboard
open
override
fun
readBody
(
input
:
InputStream
)
read
Header
Link copied to clipboard
fun
readHeader
(
input
:
InputStream
)
:
AmfType
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
Body
Link copied to clipboard
open
override
fun
writeBody
(
output
:
OutputStream
)
write
Header
Link copied to clipboard
fun
writeHeader
(
output
:
OutputStream
)