issues
search
Longi94
/
JavaSteam
Java library that provides an interface to directly interact with Valve's Steam servers.
MIT License
96
stars
20
forks
source link
Add steam content and downloader
#297
Closed
oxters168
closed
4 days ago
oxters168
commented
2 weeks ago
Description
Add: Ported over
SteamContent
and
ContentDownloader
Add: Created an IManifestProvider interface with subclasses of FileManifestProvider and MemoryManifestProvider
Add: SampleDownloadApp
Add: content_manifest.proto
Fixed: FileServerListProvider lastServerListRefresh NPE'ing when no file exists. (thanks @LossyDragon)
Checklist
[x] Code compiles correctly
[x] All tests passing
[x] Samples run successfully
[x] Extended the README / documentation, if necessary
Description
Checklist