代码搜索:FileStream
找到约 559 项符合「FileStream」的源代码
代码结果 559
www.eeworm.com/read/162614/5540525
c unzip.c
/* unzip.c -- IO for uncompress .zip files using zlib
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
Read unzip.h for more info
*/
/* Decryption code comes from
www.eeworm.com/read/162519/5547040
c zip.c
/* zip.c -- IO on .zip files using zlib
Version 1.01e, February 12th, 2005
27 Dec 2004 Rolf Kalbermatter
Modification to zipOpen2 to support globalComment retrieval.
Copyright (C) 1998-2
www.eeworm.com/read/162519/5547045
c unzip.c
/* unzip.c -- IO for uncompress .zip files using zlib
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
Read unzip.h for more info
*/
/* Decryption code comes from
www.eeworm.com/read/370296/9606619
c unzip.c
/* unzip.c -- IO for uncompress .zip files using zlib
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
Read unzip.h for more info
*/
/* Decryption code com
www.eeworm.com/read/112777/15477039
c zip.c
/* zip.c -- IO on .zip files using zlib
Version 1.00, September 10th, 2003
Copyright (C) 1998-2003 Gilles Vollant
Read zip.h for more info
*/
#include
#include
www.eeworm.com/read/112777/15477043
c unzip.c
/* unzip.c -- IO for uncompress .zip files using zlib
Version 1.00, September 10th, 2003
Copyright (C) 1998-2003 Gilles Vollant
Read unzip.h for more info
*/
/* Decryption code com
www.eeworm.com/read/223300/14647346
cs uploadfile.cs
using System;
using System.IO;
using System.Web;
namespace Webb.WAVE.Controls.Upload2
{
///
/// Summary description for UploadFile.
///
public class UploadFile
{
www.eeworm.com/read/209539/15217723
cs uploadfile.cs
using System;
using System.IO;
using System.Web;
namespace Webb.WAVE.Controls.Upload2
{
///
/// Summary description for UploadFile.
///
public class UploadFile
{
www.eeworm.com/read/377359/2701938
java binfileinput.java
package filestream.filestream;
import java.io.*;
public class BinFileInput {
public static void main(String f[]) {
FileInputStream fis;
DataInputStream dis;
try {
fis
www.eeworm.com/read/321394/13407650
cpp ~qmaptroque.cpp
void EditGeometry::exportToMap(const char * fileName, U32 detailNum)
{
FileStream file;
file.open(fileName, FileStream::Write);
char buf[1024];
writeString(file, "{\n");
writeSt