Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsolatedStorageFileStream() [8/9]

System.IO.IsolatedStorage.IsolatedStorageFileStream.IsolatedStorageFileStream ( string path,
FileMode mode,
FileAccess access,
FileShare share,
int bufferSize,
IsolatedStorageFile? isf )
inline

Definition at line 95 of file IsolatedStorageFileStream.cs.

96 : this(path, mode, access, share, bufferSize, InitializeFileStream(path, mode, access, share, bufferSize, isf))
97 {
98 }
static InitialiationData InitializeFileStream(string path, FileMode mode, FileAccess access, FileShare share, int bufferSize, IsolatedStorageFile isf)