代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/116603/14962880
out iodemo.out
1: //: c11:IOStreamDemo.java
2: // From 'Thinking in Java, 2nd ed.' by Bruce Eckel
3: // www.BruceEckel.com. See copyright notice in CopyRight.txt.
4: // Typical I/O stream configurations.
5: impo
www.eeworm.com/read/212761/15150390
java modify.java
import java.io.*;
public class Modify
{
public Modify() throws IOException
{
StudentDAO studDAO=new StudentDAO();
studDAO.init("stud.txt");
System.out.println("~~~~~~~~
www.eeworm.com/read/205789/15306899
java fileb.java
import java.io.*;
class FileB{
public static void main(String args[]){
String s="How do you do!\r\nI like Java!\r\n";
InputStreamReader in;
FileWriter out;
BufferedReader br;
try{
www.eeworm.com/read/167911/5450568
java txtshowfile.java
import java.io.*;
public class TXTShowFile{
public static void main(String args[]) throws IOException{
BufferedReader in;
String s;
in = new BufferedReader(new File
www.eeworm.com/read/167911/5450613
java showfile2.java
package myp;
import java.security.*;
import java.io.*;
public class ShowFile2{
public String go(String name) throws IOException{
String s;
String content="";
Buffer
www.eeworm.com/read/167578/5455065
h simpio.h
/*
* File: simpio.h
* Version: 1.0
* Last modified on Wed Apr 27 07:29:13 1994 by eroberts
* -----------------------------------------------------
* This interface provides access to a simpl
www.eeworm.com/read/167578/5455074
h simpio.h
/*
* File: simpio.h
* Version: 1.0
* Last modified on Wed Apr 27 07:29:13 1994 by eroberts
* -----------------------------------------------------
* This interface provides access to a simpl
www.eeworm.com/read/166408/5474720
java cdatareader.java
package net.sf.yacas;
import java.net.*;
import java.io.*;
class CDataReader
{
public CDataReader()
{
}
public int Open(URL source)
{
String mark = null;
in = null;
try
www.eeworm.com/read/165412/5482513
cpp swifilterinputstream.cpp
/****************License************************************************
* Vocalocity OpenVXI
* Copyright (C) 2004-2005 by Vocalocity, Inc. All Rights Reserved.
* This program is free software
www.eeworm.com/read/161503/5552828
java createadministrator.java
/*
* CreateAdministrator.java
*
* Version: $Revision: 1.9 $
*
* Date: $Date: 2005/04/20 14:23:17 $
*
* Copyright (c) 2002-2005, Hewlett-Packard Company and Massachusetts
* Institute of Technol