toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-cache
/
com.mapbox.dash.cache
/
Writer
Writer
interface
Writer
Inheritors
WriterImpl
Members
Functions
write
Boolean
Link copied to clipboard
abstract
fun
writeBoolean
(
value
:
Boolean
?
)
write
Bytes
Link copied to clipboard
abstract
fun
writeBytes
(
value
:
ByteArray
)
write
File
Link copied to clipboard
abstract
fun
writeFile
(
value
:
File
?
)
write
Int
Link copied to clipboard
abstract
fun
writeInt
(
value
:
Int
?
)
write
Long
Link copied to clipboard
abstract
fun
writeLong
(
value
:
Long
?
)
write
String
Link copied to clipboard
abstract
fun
writeString
(
value
:
String
?
,
charset
:
Charset
=
Charsets.UTF_8
)