public class ByteWriter extends Writer
Constructor and Description |
---|
ByteWriter(Encoder encoder,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
ByteWriter |
init(OutputStream outputStream) |
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 ByteWriter(Encoder encoder, int bufferSize)
public ByteWriter init(OutputStream outputStream)
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.