代码搜索:ReadFile

找到约 1,285 项符合「ReadFile」的源代码

代码结果 1,285
www.eeworm.com/read/102826/15756670

java readfile.java

import java.io.*; public class ReadFile{ Word w; Data d; Interpunction i; public ReadFile(File F1)throws IOException{ try{ if(!F1.exists())throw new FileExistError(); if(!F1.isFi
www.eeworm.com/read/102826/15756680

class readfile.class

www.eeworm.com/read/101503/15828981

htm readfile.htm

www.eeworm.com/read/101425/15833794

htm readfile.htm

www.eeworm.com/read/101292/15838510

class readfile.class

www.eeworm.com/read/101292/15838513

java readfile.java

/** * A concrete class extends AbstractRead * This class can read from a file */ import java.io.*; public class ReadFile extends AbstractRead { private BufferedReader in = null;
www.eeworm.com/read/100012/15889865

cpp readfile.cpp

// ReadFile.cpp : implementation file // #include "stdafx.h" #include #include "help.h" #include "DataArray.h" #include "HexDisp.h" #include "Status.h" #include "IOExplorer.h
www.eeworm.com/read/100012/15889941

h readfile.h

// ReadFile.h : header file // ///////////////////////////////////////////////////////////////////////////// // CReadFile dialog class CReadFile : public CHandlePage { DECLARE_DYNCREATE(CRe
www.eeworm.com/read/187222/8841430

java readfile.exception.java

readFile { try { open the file; determine its size; allocate that much memory; read the file into memory; close the file; } catch ( fileOpenFailed ) { doSomething; } catch ( si
www.eeworm.com/read/187222/8841436

java readfile.err.java

errorCodeType readFile { initialize errorCode = 0; open the file; if ( theFilesOpen ) { determine its size; if ( gotTheFileLength ) { allocate that much memory; if ( gotEnoughMemor