Results 1-25 of about 627,641 results found for 'file' in 0.91 seconds
 1 2345678910...

FtpClient.java
* demonstrate some the common methods.
* <P>
* Some have reported bugs when sending/receiving binary files via the <CODE>FtpReader</CODE>
* and <CODE>FtpWriter</CODE>.
* To be safe, it is recommended to use the analogous <CODE>FtpInputStream</CODE> and
Language: Java
License: GPL
(C) 1998, Chris Cheetham, fooware *
LOC: 379
SourceForge : jEdit (project search) : .../FTP/com/fooware/net/FtpClient.java

blackjack.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 347
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/blackjack.java

SSLSocket.java
/* SSLSocket.java -- the SSL socket class.
   Copyright (C) 2003,2004  Casey Marshall <rsdio@metastatic.org>
This file is a part of Jessie.
Jessie is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Language: Java
License: GPL
(C) 2003,2004 Casey Marshall
LOC: 2965
Savannah NonGNU : Jessie:A Free Implementation of the JSSE (project search) : .../org/metastatic/jessie/provider/SSLSocket.java

LogFileOutputStream.java
import java.util.Calendar;
import java.util.GregorianCalendar;
import java.io.File;
import java.io.RandomAccessFile;
import java.io.OutputStream;
Language: Java
LOC: 94
SourceForge : Aglet Software Development Kit (project search) : .../com/ibm/awb/misc/LogFileOutputStream.java

IO.java
import java.io.Reader;
import java.io.Writer;
import java.io.File;
/* ======================================================================== */
/** IO Utilities.
Language: Java
(c) 1996 Mort Bay Consulting Pty. Ltd. All rights reserved.
LOC: 211
SourceForge : wotonomy (project search) : .../wotonomy/org/mortbay/util/IO.java

Card.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 19
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/Card.java

Deck.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 27
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/Deck.java

JOSMediaPlayer.java
                    //try {
                    System.out.println(jplayer.playVector.elementAt(jplayer.currentPlayItem).toString());
                    //loadMovie(((File)playVector.elementAt(currentPlayItem)).toURL());
                    // } catch (java.net.MalformedURLException mex) {
                    //  System.out.println("Bad URL");
Language: Java
(c) 2000 Matthew Schmidt and Rob Baines. All rights are reserved.
LOC: 547
SourceForge : JOS Media Player (project search) : .../media-player/org/mschmidt/ncsu/JOSMediaPlayer.java

JMPFileChooser.java
package org.mschmidt.ncsu;
import javax.swing.*;
import java.io.File;
import java.awt.Color;
import java.util.Vector;
Language: Java
(c) 2000 Matthew Schmidt and Rob Baines. All rights are reserved.
LOC: 369
SourceForge : JOS Media Player (project search) : .../media-player/org/mschmidt/ncsu/JMPFileChooser.java

Player.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 14
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/Player.java

GameImpl.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 31
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/GameImpl.java

Game.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 9
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/Game.java

Trick.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 17
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/Trick.java

simpledemo.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 28
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/simpledemo.java

cardsdemo.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 70
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/cardsdemo.java

JasperReportsResult.java
package com.opensymphony.webwork.views.jasperreports;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
Language: Java
(c) 2002-2005 by OpenSymphony
LOC: 184
java.net : webwork (project search) : .../opensymphony/webwork/views/jasperreports/JasperReportsResult.java

CardPainter.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 260
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/CardPainter.java

LittleCard.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 167
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/LittleCard.java

GraphicCard.java
// Copyright (C) 1999 Grace Software
//
// The contents of this file are subject to the Grace Software Public
// License Version 1.0 (the "GracePL"); you may not use this file
// except in compliance with the GracePL. You may obtain a copy of the
Language: Java
(C) 1999 Grace Software
LOC: 288
SourceForge : JavaLog (project search) : .../grace/classes/grace/cards/GraphicCard.java

SMTPTransport.java
 * Copyright(C) 2001 Benjamin A. Speakmon
 * 
 * This file is part of GNU JavaMail, a library.
 * 
 * GNU JavaMail is free software; you can redistribute it and/or modify
Language: Java
License: GPL
(C) 2001 Benjamin A. Speakmon
LOC: 601
Savannah GNU : Classpath Extensions (project search) : .../gnu/mail/providers/smtp/SMTPTransport.java

Captcha.java
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
 * 
 * This file creation date: Nov 13, 2004 / 17:17:09
 * The JForum Project
 * http://www.jforum.net
Language: Java
LOC: 113
java.net : JForum (project search) : .../src/net/jforum/util/Captcha.java

Scrapboard.java
package xlog.menu;
import java.io.File;
import java.io.IOException;
import java.awt.Toolkit;
Language: Java
LOC: 73
SourceForge : Quicksilver (project search) : .../java4u/quicksilver_n/xlog/menu/Scrapboard.java

FileReader.java
 */
package mvcase.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStreamReader;
Language: Java
(c) 2004, Federal University of So Carlos *
LOC: 53
java.net : MVCASE - Brazilian modeling tool (project search) : .../mvcase/src/mvcase/util/FileReader.java

ClasspathHacker.java
 */
package mvcase.util;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.Method;
Language: Java
(c) 2004, Federal University of So Carlos *
LOC: 28
java.net : MVCASE - Brazilian modeling tool (project search) : .../mvcase/src/mvcase/util/ClasspathHacker.java

Resource.java
package com.ibm.awb.misc;
import java.io.InputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.File;
Language: Java
LOC: 309
SourceForge : Aglet Software Development Kit (project search) : .../com/ibm/awb/misc/Resource.java

 1 2345678910...

Project Matches
 1 2345...

file

file-sel

file-roller

File::Reader - File::Reader

File::Filename - File::Filename, File::Filename::Convention








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us