org.openrdf.server.metadata.filters
Class OutputServletStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
org.openrdf.server.metadata.filters.OutputServletStream
- All Implemented Interfaces:
- Closeable, Flushable
public class OutputServletStream
- extends ServletOutputStream
| Methods inherited from class javax.servlet.ServletOutputStream |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println |
OutputServletStream
public OutputServletStream(OutputStream out)
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class OutputStream
- Throws:
IOException
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
flush
public void flush()
throws IOException
- Specified by:
flush in interface Flushable- Overrides:
flush in class OutputStream
- Throws:
IOException
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write in class OutputStream
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Overrides:
write in class OutputStream
- Throws:
IOException
write
public void write(int b)
throws IOException
- Specified by:
write in class OutputStream
- Throws:
IOException
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.