SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.performance
/
MmapWriter
Mmap
Writer
class
MmapWriter
(
filePath
:
Path
,
maxFileSize
:
Long
=
1024L * 1024L * 1024L
)
(
source
)
Members
Constructors
Mmap
Writer
Link copied to clipboard
constructor
(
filePath
:
Path
,
maxFileSize
:
Long
=
1024L * 1024L * 1024L
)
Functions
can
Write
Link copied to clipboard
fun
canWrite
(
additionalSize
:
Int
)
:
Boolean
close
Link copied to clipboard
fun
close
(
)
force
Link copied to clipboard
fun
force
(
)
size
Link copied to clipboard
fun
size
(
)
:
Long
write
Link copied to clipboard
fun
write
(
data
:
String
)
:
Long
fun
write
(
data
:
String
,
charset
:
Charset
)
:
Long
write
Batch
Link copied to clipboard
fun
writeBatch
(
dataList
:
List
<
String
>
)
:
Long