org.codehaus.classworlds

Class BytesURLConnection


public class BytesURLConnection
extends URLConnection

Author:
Hani Suleiman (hani@formicary.net)

Date: Oct 20, 2003 Time: 12:46:01 AM

Field Summary

protected byte[]
content
protected int
length
protected int
offset

Constructor Summary

BytesURLConnection(URL url, byte[] content)

Method Summary

void
connect()
InputStream
getInputStream()

Field Details

content

protected byte[] content

length

protected int length

offset

protected int offset

Constructor Details

BytesURLConnection

public BytesURLConnection(URL url,
                          byte[] content)

Method Details

connect

public void connect()

getInputStream

public InputStream getInputStream()