toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
IdentityEncoder
Identity
Encoder
class
IdentityEncoder
:
ContentEncoder
Members
Constructors
Identity
Encoder
Link copied to clipboard
constructor
(
)
Properties
encoding
Link copied to clipboard
open
override
val
encoding
:
String
?
=
null
Functions
append
Link copied to clipboard
open
override
fun
append
(
value
:
Char
)
:
Appendable
open
override
fun
append
(
value
:
CharSequence
?
,
startIndex
:
Int
,
endIndex
:
Int
)
:
Appendable
open
override
fun
append
(
value
:
CharSequence
?
)
:
Appendable
to
Byte
Array
Link copied to clipboard
open
override
fun
toByteArray
(
)
:
ByteArray
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String