|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectOutputStream
ServletOutputStream
NullOutputStream
public class NullOutputStream
Used to simulate gathering (but actually throw away) output from dynaXML or crossQuery during a test.
Constructor Summary | |
---|---|
NullOutputStream()
|
Method Summary | |
---|---|
int |
length()
|
String |
toString()
|
void |
write(int b)
|
Methods inherited from class ServletOutputStream |
---|
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println |
Methods inherited from class OutputStream |
---|
close, flush, write, write |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NullOutputStream()
Method Detail |
---|
public void write(int b) throws IOException
write
in class OutputStream
IOException
public int length()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |