代码搜索:InputStream
找到约 5,812 项符合「InputStream」的源代码
代码结果 5,812
www.eeworm.com/read/154598/5635997
java classloadersource.java
/**
* This file is part of the jcrontab package
* Copyright (C) 2001-2003 Sergey V. Oudaltsov
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/472120/6879074
java j.java
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
import java.io.Inp
www.eeworm.com/read/292968/8319965
cpp domain.cpp
// file DOMAIN.CXX
#include "domain.hxx"
#include "element.hxx"
#include "timestep.hxx"
#include "node.hxx"
#include "material.hxx"
#include "load.hxx"
#include "loadtime.hxx"
#include "t
www.eeworm.com/read/173602/9649021
java httpprotocolhandler.java
/*
* @(#) $Id: HttpProtocolHandler.java 357871 2005-12-20 01:56:40Z trustin $
*
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the
www.eeworm.com/read/292026/8381742
cpp textreader.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.4 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/188811/8514092
java streamgobbler.java
/*
* Copyright 2003-2004 Michael Franken, Zilverline.
*
* The contents of this file, or the files included with this file, are subject to
* the current version of ZILVERLINE Collaborative Sour
www.eeworm.com/read/287068/8727612
cpp textreader.cpp
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.4 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/186795/8909567
cpp as.cpp
#include
#include "ctype.h"
#include
#include
char inputstream[50];
int temp=0;
int right;
double E(char u);
double T(char u);
double F(char u);
doub
www.eeworm.com/read/283869/8984341
java streamgobbler.java
import java.io.*;
class StreamGobbler extends Thread
{
InputStream is;
String type;
OutputStream os;
StreamGobbler(InputStream is, String type)
{
t
www.eeworm.com/read/184702/9085032
java simpleio.java
import java.io.*;
public class SimpleIO {
InputStream is;
public SimpleIO(InputStream is) {
this.is = is;
}
public String readString() {
byte[] buff = new byte[128];
int n=0;
try