public class CharWriter extends Writer
Constructor and Description |
---|
CharWriter(int bufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
CharWriter |
init(Writer writer) |
void |
write(boolean booleanValue) |
void |
write(double doubleValue) |
void |
write(float floatValue) |
void |
write(int intValue) |
void |
write(IWritable writable) |
void |
write(long longValue) |
void |
write(String str) |
void |
write(StringBuilder stringBuilder) |
void |
write(StringBuilder stringBuilder,
int offset,
int len) |
void |
write(String str,
int offset,
int len) |
public CharWriter init(Writer writer)
public void flush() throws IOException
flush
in class Writer
IOException
public void write(String str, int offset, int len) throws IOException
write
in class Writer
IOException
public void write(String str) throws IOException
write
in class Writer
IOException
public void write(StringBuilder stringBuilder, int offset, int len) throws IOException
write
in class Writer
IOException
public void write(StringBuilder stringBuilder) throws IOException
write
in class Writer
IOException
public void write(IWritable writable) throws IOException
write
in class Writer
IOException
public void write(int intValue) throws IOException
write
in class Writer
IOException
public void write(long longValue) throws IOException
write
in class Writer
IOException
public void write(double doubleValue) throws IOException
write
in class Writer
IOException
public void write(float floatValue) throws IOException
write
in class Writer
IOException
public void write(boolean booleanValue) throws IOException
write
in class Writer
IOException
Copyright © 2018. All rights reserved.