public class ByteStringWriter extends Writer
Constructor and Description |
---|
ByteStringWriter(ByteStringAppender out) |
Modifier and Type | Method and Description |
---|---|
@NotNull Writer |
append(char c) |
@NotNull Writer |
append(@NotNull CharSequence csq) |
@NotNull Writer |
append(@NotNull CharSequence csq,
int start,
int end) |
void |
close() |
void |
flush() |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(@NotNull String str) |
void |
write(@NotNull String str,
int off,
int len) |
public ByteStringWriter(ByteStringAppender out)
public void write(int c) throws IOException
write
in class Writer
IOException
public void write(@NotNull @NotNull String str) throws IOException
write
in class Writer
IOException
public void write(@NotNull @NotNull String str, int off, int len) throws IOException
write
in class Writer
IOException
@NotNull public @NotNull Writer append(@NotNull @NotNull CharSequence csq) throws IOException
append
in interface Appendable
append
in class Writer
IOException
@NotNull public @NotNull Writer append(@NotNull @NotNull CharSequence csq, int start, int end)
append
in interface Appendable
append
in class Writer
@NotNull public @NotNull Writer append(char c)
append
in interface Appendable
append
in class Writer
public void flush()
public void close()
public void write(char[] cbuf, int off, int len) throws IOException
write
in class Writer
IOException
Copyright © 2021. All rights reserved.