public interface ByteSink
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte b) |
void |
write(byte[] src) |
void |
write(byte[] src,
int offset,
int length) |
void |
write(CharSequence s,
CharsetEncoder charsetEncoder) |
void write(byte b)
void write(CharSequence s, CharsetEncoder charsetEncoder)
void write(byte[] src)
void write(byte[] src,
int offset,
int length)
Copyright © 2016. All rights reserved.