代码搜索:InputStream
找到约 5,812 项符合「InputStream」的源代码
代码结果 5,812
www.eeworm.com/read/104413/15694844
txt 如何在 jdbc 印出中文.txt
作者:zergman
email: zergman@chinaasp.com
日期:6/12/2001 1:22:19 PM
1. 第一个方式: 以 Java Applet -> socket -> Java Application -> database 为例:
byte[] buff = new byte[512]; //buffer size 随你高兴.
Socket sock
www.eeworm.com/read/273877/10895922
java plaindch.java
/*
* @(#)PlainDCH.java 1.9 05/05/15
*
* Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/466031/7043398
cpp nhash.cpp
#include "Stdafx.h"
NHash::NHash(int n):
N(n)
{
fill_n(v.b, 16, 170); // 10101010...
}
void NHash::do_it(istream& inputStream, ostream& outputStream)
{
inputStream.seekg(0, ios::end);
un
www.eeworm.com/read/152721/5667472
java dump.java
package org.bouncycastle.asn1.util;
import java.io.*;
import org.bouncycastle.asn1.*;
public class Dump
{
public static void main(
String args[])
throws Exception
{
www.eeworm.com/read/150409/5692844
java netscapecertrequesttest.java
package org.bouncycastle.jce.provider.test;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.security.KeyPair;
import java.security.KeyPairGenerator;
import java
www.eeworm.com/read/150409/5693069
java dump.java
package org.bouncycastle.asn1.util;
import java.io.FileInputStream;
import org.bouncycastle.asn1.ASN1InputStream;
public class Dump
{
public static void main(
String args[])
thr
www.eeworm.com/read/119340/6090674
java dump.java
package org.bouncycastle.asn1.util;
import java.io.FileInputStream;
import org.bouncycastle.asn1.ASN1InputStream;
public class Dump
{
public static void main(
String args[])
www.eeworm.com/read/100433/6269619
java cancelsmresp.java
/*
* Java SMPP API
* Copyright (C) 1998 - 2001 by Oran Kelly
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Lic
www.eeworm.com/read/100433/6269634
java replacesmresp.java
/*
* Java SMPP API
* Copyright (C) 1998 - 2001 by Oran Kelly
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Lic
www.eeworm.com/read/343626/11939590
java pssparamexample.java
package chapter5;
import java.security.AlgorithmParameters;
import java.security.Signature;
import java.security.spec.PSSParameterSpec;
import org.bouncycastle.asn1.ASN1InputStream;
import or