com.antiaction.mayhem.httpd.input
Interface httpdIFormData
- All Known Implementing Classes:
- httpdFormData, httpdFormDataFile
public interface httpdIFormData
Interface Dispatch Form Data.
- Version:
- 1.00
- Author:
- Nicholas Clarke
write
void write(int c)
throws java.io.IOException
- Throws:
java.io.IOException
write
void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.