代码搜索:FileStream
找到约 559 项符合「FileStream」的源代码
代码结果 559
www.eeworm.com/read/28504/998942
cs sample12.cs
namespace apiBook
{
using System;
using System.IO;
public class TestStreamWriterClass
{
public static void Main()
{
Console.WriteLine("创建并打开文件,写入26个字母。");
FileStream testFS = n
www.eeworm.com/read/304568/3797985
pas vdsp_crc.pas
unit VDSP_CRC;
{
VPatch 2 - CRC
==============
(c) 2002-2003 Van de Sande Productions
This unit can calculate the standard ZIP CRC32 for a filestream.
What's new
----------
2.0 200
www.eeworm.com/read/422060/2044365
phpt bug27508.phpt
--TEST--
Bug #27508 (userspace wrappers have bogus eof indicator)
--FILE--
www.eeworm.com/read/377359/2701939
java trivialeditor.java
package com.henry.filestream;
import java.io.*;
public class TrivialEditor {
public static void main(String[] args){
File file = new File("D:\\tmp","test.file");
PrintWriter writer = n
www.eeworm.com/read/128648/14283568
aspx listing1304.aspx
sub Page_Load(obj as object, e as eventargs)
dim fs as new FileStream(Server.MapPath("log.txt"), FileMode.OpenOrCr
www.eeworm.com/read/128237/14310038
vb module1.vb
Imports System.IO
Module Module1
Sub Main()
Dim I As Int32
Dim f As New FileStream("E:\BigFile.big", FileMode.Create)
Dim fw As New BinaryWriter(f)
www.eeworm.com/read/299961/7817773
h elementarystream.h
/* YUNTAI KYONG
Advanced Internet Service
term project
*/
#ifndef _ELEMENTARY_STREAM_H_
#define _ELEMENTARY_STREAM_H_
#include
#include "fileStream.h"
#include "socket.h"
/* MPEG start
www.eeworm.com/read/176251/9510668
c file.c
/*
* file.c - File system
*
* History:
* 28/02/2001 - ndc - created
*/
#include "str.h"
#include "device.h"
#include "pproc.h"
#if defined(_PalmOS)
#include
#include
www.eeworm.com/read/152930/12073622
vb form1.vb
Imports System.IO.FileStream
Imports System.IO.File
Public Class Form1
Inherits System.Windows.Forms.Form
Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu
Friend WithEvent
www.eeworm.com/read/232947/14176014
txt textfile1.txt
Sub DoDownload()
Dim ns As System.IO.Stream = Nothing : Dim request As Net.HttpWebRequest
Dim fs As New IO.FileStream(Me.m_filename, System.IO.FileMode.Open, IO.FileAccess.Write,