All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SteamAPICall |
commitPublishedFileUpdate(SteamPublishedFileUpdateHandle updateHandle) |
SteamPublishedFileUpdateHandle |
createPublishedFileUpdateRequest(SteamPublishedFileID publishedFileID) |
protected static void |
deleteCallback(long callback) |
void |
dispose() |
boolean |
fileDelete(String file) |
boolean |
fileExists(String file) |
boolean |
fileForget(String file) |
boolean |
filePersisted(String file) |
boolean |
fileRead(String file,
ByteBuffer buffer) |
SteamAPICall |
fileReadAsync(String file,
int offset,
int toRead) |
boolean |
fileReadAsyncComplete(SteamAPICall readCall,
ByteBuffer buffer,
int toRead) |
SteamAPICall |
fileShare(String file) |
boolean |
fileWrite(String file,
ByteBuffer data) |
SteamAPICall |
fileWriteAsync(String file,
ByteBuffer data) |
boolean |
fileWriteStreamCancel(SteamUGCFileWriteStreamHandle stream) |
boolean |
fileWriteStreamClose(SteamUGCFileWriteStreamHandle stream) |
SteamUGCFileWriteStreamHandle |
fileWriteStreamOpen(String name) |
boolean |
fileWriteStreamWriteChunk(SteamUGCFileWriteStreamHandle stream,
ByteBuffer data) |
int |
getCachedUGCCount() |
SteamUGCHandle |
getCachedUGCHandle(int cachedContent) |
int |
getFileCount() |
String |
getFileNameAndSize(int index,
int[] sizes) |
int |
getFileSize(String file) |
long |
getFileTimestamp(String file) |
boolean |
getQuota(long[] totalBytes,
long[] availableBytes) |
SteamRemoteStorage.RemoteStoragePlatform[] |
getSyncPlatforms(String file) |
boolean |
getUGCDownloadProgress(SteamUGCHandle fileHandle,
int[] bytesDownloaded,
int[] bytesExpected) |
boolean |
isCloudEnabledForAccount() |
boolean |
isCloudEnabledForApp() |
SteamAPICall |
publishWorkshopFile(String file,
String previewFile,
int consumerAppID,
String title,
String description,
SteamRemoteStorage.PublishedFileVisibility visibility,
String[] tags,
SteamRemoteStorage.WorkshopFileType workshopFileType) |
void |
setCloudEnabledForApp(boolean enabled) |
boolean |
setSyncPlatforms(String file,
SteamRemoteStorage.RemoteStoragePlatform remoteStoragePlatform) |
SteamAPICall |
ugcDownload(SteamUGCHandle fileHandle,
int priority) |
int |
ugcRead(SteamUGCHandle fileHandle,
ByteBuffer buffer,
int dataToRead,
int offset,
SteamRemoteStorage.UGCReadAction action) |
boolean |
updatePublishedFileDescription(SteamPublishedFileUpdateHandle updateHandle,
String description) |
boolean |
updatePublishedFileFile(SteamPublishedFileUpdateHandle updateHandle,
String file) |
boolean |
updatePublishedFilePreviewFile(SteamPublishedFileUpdateHandle updateHandle,
String previewFile) |
boolean |
updatePublishedFileTags(SteamPublishedFileUpdateHandle updateHandle,
String[] tags) |
boolean |
updatePublishedFileTitle(SteamPublishedFileUpdateHandle updateHandle,
String title) |
boolean |
updatePublishedFileVisibility(SteamPublishedFileUpdateHandle updateHandle,
SteamRemoteStorage.PublishedFileVisibility visibility) |