代码搜索:ReadFile
找到约 1,285 项符合「ReadFile」的源代码
代码结果 1,285
www.eeworm.com/read/108291/15589054
class readfile.class
www.eeworm.com/read/108291/15589055
java readfile.java
import javax.microedition.midlet.*;
import java.io.*;
public class ReadFile extends MIDlet{
InputStream is = null;
DataInputStream din = null;
String fileName;
public ReadFile(){
fi
www.eeworm.com/read/108291/15589056
jad readfile.jad
MIDlet-1: ReadFile, ReadFile.png, ReadFile
MIDlet-Jar-Size: 100
MIDlet-Jar-URL: ReadFile.jar
MIDlet-Name: ReadFile
MIDlet-Vendor: Sun Microsystems
MIDlet-Version: 1.0
Test-File-Name: test.txt
www.eeworm.com/read/106781/15622562
java readfile.java
www.eeworm.com/read/106781/15622571
class readfile.class
www.eeworm.com/read/105274/15672533
c readfile.c
/*
* $Id: ReadFile.C,v 1.4 2000/09/19 16:42:02 evgeny Exp $
*
* Copyright (c) 1994 HAL Computer Systems International, Ltd.
*
* HAL COMPUTER SYSTEMS INTERNATIONAL, LTD.
*
www.eeworm.com/read/103035/15749077
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/103035/15749085