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

◆ IsolatedStorageFileStream() [6/9]

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

Definition at line 85 of file IsolatedStorageFileStream.cs.

86 : this(path, mode, access, share, 1024, isf)
87 {
88 }