binary-streams
0.37
binary-streams
/
loggersoft.kotlin.streams
/
StreamFile
/
StreamFile
Stream
File
fun
StreamFile
(
file
:
File
,
readOnly
:
Boolean
=
false
,
initialSize
:
Long
=
-1
,
readBufferSize
:
Int
=
0
)
Content copied to clipboard
Constructs file stream from
File
.
fun
StreamFile
(
filename
:
String
,
readOnly
:
Boolean
=
false
,
initialSize
:
Long
=
-1
,
readBufferSize
:
Int
=
0
)
Content copied to clipboard