Lines Matching refs:Override
50 @Override public void write(char cbuf[], int off, int len)
58 @Override public void flush() throws IOException {
65 @Override public void close() throws IOException {
73 * Override a few functions for performance reasons to avoid creating
77 @Override public void write(int c) throws IOException {
82 @Override public void write(String str) throws IOException {
87 @Override public void write(String str, int off, int len) throws IOException {
93 @Override public Writer append(char c) throws IOException {
99 @Override public Writer append(CharSequence charSeq) throws IOException {
105 @Override public Writer append(CharSequence charSeq, int start, int end)