mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
InetAddress.java: Merged class documentation with classpath.
2003-05-02 Michael Koch <konqueror@gmx.de> * java/net/InetAddress.java: Merged class documentation with classpath. * java/net/JarURLConnection.java: Explicitely import all used classes. * java/net/URL.java: Reformatting. * java/net/ServerSocket.java, java/net/Socket.java: New versions from classpath. From-SVN: r66376
This commit is contained in:
committed by
Michael Koch
parent
9ab94a932c
commit
143f596a09
@@ -38,10 +38,16 @@ exception statement from your version. */
|
||||
|
||||
package java.net;
|
||||
|
||||
import java.net.*;
|
||||
import java.io.*;
|
||||
import java.util.jar.*;
|
||||
import java.util.zip.*;
|
||||
import java.io.BufferedInputStream;
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.InputStream;
|
||||
import java.io.IOException;
|
||||
import java.util.jar.Attributes;
|
||||
import java.util.jar.JarEntry;
|
||||
import java.util.jar.JarFile;
|
||||
import java.util.jar.JarInputStream;
|
||||
import java.util.jar.Manifest;
|
||||
import java.util.zip.ZipEntry;
|
||||
import java.util.Map;
|
||||
import java.util.Vector;
|
||||
import java.util.Hashtable;
|
||||
@@ -52,8 +58,6 @@ import java.security.cert.Certificate;
|
||||
* @since 1.2
|
||||
* @date Aug 10, 1999.
|
||||
*/
|
||||
|
||||
|
||||
public abstract class JarURLConnection extends URLConnection
|
||||
{
|
||||
// three different ways to say the same thing
|
||||
|
||||
Reference in New Issue
Block a user