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
}
System.IO.IsolatedStorage.IsolatedStorageFileStream.InitializeFileStream
static InitialiationData InitializeFileStream(string path, FileMode mode, FileAccess access, FileShare share, int bufferSize, IsolatedStorageFile isf)
Definition
IsolatedStorageFileStream.cs:109
System
IO
IsolatedStorage
IsolatedStorageFileStream
Generated by
1.10.0