Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-core
/
com.mapsted.positioning.core.utils.helpers
/
MapstedFileWriter
Mapsted
File
Writer
open
class
MapstedFileWriter
Members
Constructors
Mapsted
File
Writer
Link copied to clipboard
constructor
(
fileName
:
String
,
encoding
:
String
)
constructor
(
fileName
:
String
)
Functions
delete
File
Link copied to clipboard
open
fun
deleteFile
(
)
finalize
Link copied to clipboard
open
fun
finalize
(
)
initialize
Link copied to clipboard
open
fun
initialize
(
context
:
Context
)
save
File
Link copied to clipboard
@
Nullable
open
fun
saveFile
(
)
:
String
Flushes all remaining data to the file, closes all buffers and files, and returns the file name.
write
Link copied to clipboard
open
fun
write
(
text
:
String
)
write
Line
Link copied to clipboard
open
fun
writeLine
(
text
:
String
)