org.apache.sling.commons.log.internal.slf4j
Class PrivilegedWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
org.apache.sling.commons.log.internal.slf4j.PrivilegedWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class PrivilegedWriter
- extends FilterWriter
Method Summary |
void |
close()
|
void |
flush()
|
void |
write(char[] cbuf,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class FilterWriter
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Overrides:
flush
in class FilterWriter
- Throws:
IOException
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- Overrides:
write
in class FilterWriter
- Throws:
IOException
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.