代码搜索:FileStream

找到约 559 项符合「FileStream」的源代码

代码结果 559
www.eeworm.com/read/446706/7571021

pas tntlite.pas

unit tntLite; interface // this unit allows MemoryStream and FileStream to load and save files // that have unicode paths or filenames //copyright: {****************************************
www.eeworm.com/read/434034/7895365

pas tntlite.pas

unit tntLite; interface // this unit allows MemoryStream and FileStream to load and save files // that have unicode paths or filenames //copyright: {****************************************
www.eeworm.com/read/408079/11405718

pas tntlite.pas

unit tntLite; interface // this unit allows MemoryStream and FileStream to load and save files // that have unicode paths or filenames //copyright: {****************************************
www.eeworm.com/read/395691/8159872

pas tntlite.pas

unit tntLite; interface // this unit allows MemoryStream and FileStream to load and save files // that have unicode paths or filenames //copyright: {****************************************
www.eeworm.com/read/361582/10044410

txt 以二进制读取文本文件.txt

using System; using System.IO; public class FileApp { public static void Main() { // 在当前目录创建一个文件myfile.txt,对该文件具有读写权限 FileStream fsMyfile = new FileStream("myfile.txt" , FileMode.C
www.eeworm.com/read/349332/10835105

txt 以二进制读取文本文件.txt

using System; using System.IO; public class FileApp { public static void Main() { // 在当前目录创建一个文件myfile.txt,对该文件具有读写权限 FileStream fsMyfile = new FileStream("myfile.txt" , FileMode.C
www.eeworm.com/read/151384/12216875

txt fastfilestream.pas.txt

{----------------------------------------------------------------------------- Unit Name: FastFileStream Author: tony (tonyki@citiz.net) Purpose: an filestream which open the file use MapV
www.eeworm.com/read/286314/4040114

cs filedetails.cs

using System; // Console using System.IO; // FileStream, FileReader class FileDetails { static void Main(string[] args) { string fileName = args
www.eeworm.com/read/188054/8576682

h streamframe.h

// Implement a FileStream that derives from IStream. class FrameStream : public IStream { public: FrameStream(PBYTE pFrame, DWORD dwSize); ~FrameStream(); HRESULT STDMETHODCALLTYPE Que
www.eeworm.com/read/371549/9549541

h streamframe.h

// Implement a FileStream that derives from IStream. class FrameStream : public IStream { public: FrameStream(PBYTE pFrame, DWORD dwSize); ~FrameStream(); HRESULT STDMETHODCALLTYPE Que