filestream

  • 网络文件流
filestreamfilestream
  1. Do note that thanks to PHP 's filestream integration , you can insert a filename or a URL here and the filestream integration automatically fetches it .

    但是请注意,多亏了PHP的文件流集成,才可以在这里插入一个文件名或URL,文件流集成会自动取回它。

  2. Microsoft states that this will have no effect on existing FileStream operations .

    微软声称这对于既有的FileStream操作没有任何影响。

  3. A file handle for the file that the current FileStream object will encapsulate .

    当前filestream对象将封装的文件的文件句柄。

  4. I use the FileStream class in this code to illustrate operating on data at the byte level .

    我使用该代码中的FileStream类来说明如何在字节级别操作数据。

  5. True if the file handle will be owned by this FileStream instance ; otherwise , false .

    如果文件句柄将由此filestream实例所有,则为true;否则为false。

  6. This method relies on the FileStream class to buffer the input and output files appropriately , so that the code can work byte by byte to perform the necessary processing .

    该方法依靠FileStream类来适当地缓冲输入和输出文件,以便代码可以逐个字节地执行必要的处理。

  7. Initializes a new instance of the FileStream class with the specified path , creation mode , access rights and sharing permission , the buffer size , additional file options , access control and audit security .

    使用指定的路径、创建模式、访问权限和共享权限、缓冲区大小、附加文件选项、访问控制和审核安全初始化filestream类的新实例。