Squishy
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Squishy
core
/
mtctx.squishy.api.io
/
SpecificIO
Specific
IO
open
class
SpecificIO
(
val
filePath
:
Path
)
Inheritors
SerializationSpecificIO
Members
Constructors
Specific
IO
Link copied to clipboard
constructor
(
filePath
:
Path
)
Properties
file
Path
Link copied to clipboard
val
filePath
:
Path
Functions
read
Link copied to clipboard
open
fun
read
(
bufferSize
:
Int
,
charset
:
Charset
)
:
String
read
All
Lines
Link copied to clipboard
open
fun
readAllLines
(
bufferSize
:
Int
,
charset
:
Charset
)
:
List
<
String
>
read
Line
Link copied to clipboard
open
fun
readLine
(
line
:
Int
,
bufferSize
:
Int
,
charset
:
Charset
)
:
Outcome
<
String
>
write
Link copied to clipboard
open
fun
write
(
content
:
Any
,
bufferSize
:
Int
,
charset
:
Charset
,
vararg
openOptions
:
OpenOption
)
open
fun
write
(
content
:
List
<
Any
>
,
bufferSize
:
Int
,
charset
:
Charset
,
vararg
openOptions
:
OpenOption
)