JavaSteam
Toggle table of contents
1.7.0
jvm
Platform filter
jvm
Switch theme
Search in API
JavaSteam
JavaSteam
/
in.dragonbra.javasteam.steam.contentdownloader
/
FileStreamData
File
Stream
Data
data
class
FileStreamData
(
var
fileStream
:
FileChannel
?
,
val
fileLock
:
Semaphore
,
var
chunksToDownload
:
Int
)
Members
Constructors
File
Stream
Data
Link copied to clipboard
constructor
(
fileStream
:
FileChannel
?
,
fileLock
:
Semaphore
,
chunksToDownload
:
Int
)
Properties
chunks
To
Download
Link copied to clipboard
var
chunksToDownload
:
Int
file
Lock
Link copied to clipboard
val
fileLock
:
Semaphore
file
Stream
Link copied to clipboard
var
fileStream
:
FileChannel
?