代码搜索:FileStream
找到约 559 项符合「FileStream」的源代码
代码结果 559
www.eeworm.com/read/416426/11029031
pas main.pas
unit Main;
interface
{$I CompVer.inc}
uses
{$IFDEF D6H}
Variants,
{$ENDIF}
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, DBCtrls, Grid
www.eeworm.com/read/416426/11029520
h ioapi.h
/* ioapi.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
*/
www.eeworm.com/read/467632/7006212
pas basicfile.pas
unit BasicFile;
interface
uses Classes, SysUtils;
type
TBasicFile = class
protected
Data: TMemoryStream;
function LdStream(Source: TStream; Dest: TMemoryS
www.eeworm.com/read/463889/7173859
cs form1.cs
using System;
using System.Windows.Forms;
using System.IO;
namespace Festel
{
public partial class Festel : Form
{
//=========================================================
www.eeworm.com/read/462196/7206771
cs testxml.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
www.eeworm.com/read/451583/7461487
cs commonclass.cs
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serializ
www.eeworm.com/read/451458/7463355
cs profilemanager.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using System.Windows.Forms;
namespace NewsReader
{
www.eeworm.com/read/450832/7476198
pas u_connectionhttp.pas
(*
* One Way Network Sniffer (OWNS)
* Copyright (C) 2001-2002 OWNS
*
* http://owns.sourceforge.net/
* http://www.owns.st
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/450296/7485946
cs helper.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace ScriptGenerator
{
public class Helper
{
public static void
www.eeworm.com/read/450021/7491725
cs filecrypt.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using S