asia.redact.bracket.util
Class NativeToAsciiFilterWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
asia.redact.bracket.util.NativeToAsciiFilterWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class NativeToAsciiFilterWriter
- extends FilterWriter
Rework of the Sun open source code
- Author:
- Dave
|
Method Summary |
void |
write(char[] buf)
|
void |
write(char[] buf,
int off,
int len)
|
void |
write(String str)
|
void |
write(String str,
int off,
int len)
Writes a portion of a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lineBreak
final String lineBreak
NativeToAsciiFilterWriter
public NativeToAsciiFilterWriter(Writer out)
write
public void write(char[] buf)
- Overrides:
write in class Writer
write
public void write(String str)
- Overrides:
write in class Writer
write
public void write(char[] buf,
int off,
int len)
- Overrides:
write in class FilterWriter
write
public void write(String str,
int off,
int len)
throws IOException
- Writes a portion of a string.
- Overrides:
write in class FilterWriter
- Parameters:
str - String to be writtenoff - Offset from which to start reading characterslen - Number of characters to be written
- Throws:
IOException - If an I/O error occurs
Copyright © 2011-2013 David R. Smith. All Rights Reserved.