代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/232810/14180885
java controllerlistener.java
import java.io.PrintStream;
import java.io.InputStream;
import java.net.Socket;
import java.util.Vector;
import java.util.Iterator;
import java.lang.Integer;
import java.util.HashMap;
import java.la
www.eeworm.com/read/231236/14243359
java txttoxlslocal.java
/**Copyright @ 2007 Shenzhen HGC
* All right reserved.
* witer by victor li 2007-5-21
*/
/**
* this class TxtToXls is used for copy content from txt format file to xls format file.
* so
www.eeworm.com/read/129271/14255428
txt 7-4.txt
import java.io.*;
public class echo {
public static void main(String[] args) {
DataInputStream in =
new DataInputStream(
new BufferedInputStream(System.in));
String s;
www.eeworm.com/read/127767/14335944
txt e034. reading text from standard input.txt
try {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String str = "";
while (str != null) {
System.out.print("> prompt ");
www.eeworm.com/read/127767/14337392
txt e035. reading text from a file.txt
try {
BufferedReader in = new BufferedReader(new FileReader("infilename"));
String str;
while ((str = in.readLine()) != null) {
process(str);
}
www.eeworm.com/read/127767/14337990
txt e136. getting text from a url.txt
try {
// Create a URL for the desired page
URL url = new URL("http://hostname:80/index.html");
// Read all the text returned by the server
BufferedReader in =
www.eeworm.com/read/123940/14605813
vb inputwrapper.vb
' InputWrapper.vb
'
' Class to wrap simple stream input
' Datatype supported:
' Integer
' double
' decimal
' String
Imports System
Public Class InputWrapper
Publi
www.eeworm.com/read/123940/14605825
vb inputwrapper.vb
' InputWrapper.vb
'
' Class to wrap simple stream input
' Datatype supported:
' Integer
' double
' decimal
' String
Imports System
Public Class InputWrapper
Publi
www.eeworm.com/read/123940/14605829
vb inputwrapper.vb
' InputWrapper.vb
'
' Class to wrap simple stream input
' Datatype supported:
' Integer
' double
' decimal
' String
Imports System
Public Class InputWrapper
Publi
www.eeworm.com/read/123940/14605843
vb inputwrapper.vb
' InputWrapper.vb
'
' Class to wrap simple stream input
' Datatype supported:
' Integer
' double
' decimal
' String
Imports System
Public Class InputWrapper
Publi