@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class FilteredWriter extends FilterWriter
ContentFilter
,
FilteredOutputStream
out
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(String str,
int off,
int len) |
public void write(int c) throws IOException
write
in class FilterWriter
IOException
public void write(@NonNull char[] cbuf, int off, int len) throws IOException
write
in class FilterWriter
IOException
public void write(@NonNull String str, int off, int len) throws IOException
write
in class FilterWriter
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class FilterWriter
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterWriter
IOException
Copyright © 2016–2022. All rights reserved.