All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.ginf.delivery.HTTP.HTTPEncoder

java.lang.Object
   |
   +----java.io.OutputStream
           |
           +----java.io.FilterOutputStream
                   |
                   +----org.ginf.delivery.HTTP.HTTPEncoder

public class HTTPEncoder
extends FilterOutputStream
Encodes a stream into an escaped representation.


Constructor Index

 o HTTPEncoder(OutputStream)

Method Index

 o write(byte[], int, int)
 o write(int)

Constructors

 o HTTPEncoder
 public HTTPEncoder(OutputStream in)

Methods

 o write
 public void write(int b) throws IOException
Overrides:
write in class FilterOutputStream
 o write
 public void write(byte b[],
                   int off,
                   int len) throws IOException
Overrides:
write in class FilterOutputStream

All Packages  Class Hierarchy  This Package  Previous  Next  Index