代码搜索:FileStream
找到约 559 项符合「FileStream」的源代码
代码结果 559
www.eeworm.com/read/280199/10348161
txt 读取xml数据文件代码.txt
private void Button1_Click(object sender, System.EventArgs e)
{//建立filestream 对象
FileStream fs=new FileStream(Server.MapPath("student.xml"),FileMode.Open,FileAccess.Read);
StreamReader str
www.eeworm.com/read/231181/14248925
hpp rtfileframe.hpp
#pragma ident "$Id: RTFileFrame.hpp 70 2006-08-01 18:36:21Z ehagen $"
/**
* @file RTFileFrame.hpp
* Realtime file frame
*/
#ifndef GPSTK_RTFILEFRAME_HPP
#define GPSTK_RTFILEFRAME_HPP
//=======
www.eeworm.com/read/175308/9552708
ex-21-16
// Example 21-16: Working with a nonserialized object
namespace Programming_CSharp
{
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Seriali
www.eeworm.com/read/175308/9552742
ex-21-15
// Example 21-15: Serializing and deserializing an object
namespace Programming_CSharp
{
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Ser
www.eeworm.com/read/175308/9552780
ex-19-07
// Example 19-07: Replacement of Main() from Example 19-4 (the client)
public static void Main()
{
int[] myIntArray = new int[3];
Console.WriteLine("Watson, come here I need you...");
www.eeworm.com/read/175308/9552781
ex-19-06
// Example 19-06: Marshaling an object without a well-known endpoint
public static void Main()
{
// create a channel and register it
HttpChannel chan = new HttpChannel(65100);
ChannelS
www.eeworm.com/read/331534/3409858
svn-base filestream_win32.h.svn-base
//
// FileStream_WIN32.h
//
// $Id: //poco/1.3/Foundation/include/Poco/FileStream_WIN32.h#2 $
//
// Library: Foundation
// Package: Streams
// Module: FileStream
//
// Definition of the File
www.eeworm.com/read/331534/3410867
svn-base filestream_win32.cpp.svn-base
//
// FileStream.cpp
//
// $Id: //poco/1.3/Foundation/src/FileStream_WIN32.cpp#1 $
//
// Library: Foundation
// Package: Streams
// Module: FileStream
//
// Copyright (c) 2007, Applied Infor
www.eeworm.com/read/243462/12939443
vb samplecrypto.vb
'Copyright (C) 2002 Microsoft Corporation
'All rights reserved.
'THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
'EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
www.eeworm.com/read/109479/15556207
vb samplecrypto.vb
'Copyright (C) 2002 Microsoft Corporation
'All rights reserved.
'THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
'EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED