org.apache.xmlrpc.webserver

Class ServletOutputStreamImpl

class ServletOutputStreamImpl extends ServletOutputStream

Default implementation of a servlet output stream. Handles output of HTTP headers.
Method Summary
voidclose()
voidflush()
voidwrite(int b)
voidwrite(byte[] pChars, int pOffset, int pLen)

Method Detail

close

public void close()

flush

public void flush()

write

public void write(int b)

write

public void write(byte[] pChars, int pOffset, int pLen)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.