예제 #1
0
 public StreamProvider(IDirectoryProvider directoryProvider, String filePath)
 {
     _stream = directoryProvider.CreateStream(filePath);
 }