com.antiaction.mayhem.httpd.input
Class httpdFormData

java.lang.Object
  extended by com.antiaction.mayhem.httpd.input.httpdFormData
All Implemented Interfaces:
httpdIFormData

public class httpdFormData
extends java.lang.Object
implements httpdIFormData

Dispatch Form Data.

Version:
1.00
Author:
Nicholas Clarke

Constructor Summary
httpdFormData()
           
 
Method Summary
 void close()
           
 java.lang.String toString()
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

httpdFormData

public httpdFormData()
Method Detail

write

public void write(int b)
           throws java.io.IOException
Specified by:
write in interface httpdIFormData
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Specified by:
write in interface httpdIFormData
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface httpdIFormData
Throws:
java.io.IOException

toString

public java.lang.String toString()
Specified by:
toString in interface httpdIFormData
Overrides:
toString in class java.lang.Object


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.