| Constructor and Description |
|---|
WritableOutputStream(OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeByte(byte byteValue) |
void |
writeBytes(byte[] src) |
void |
writeBytes(byte[] src,
int offset,
int length) |
public WritableOutputStream(OutputStream outputStream)
public void writeBytes(byte[] src)
writeBytes in interface Writablepublic void writeBytes(byte[] src,
int offset,
int length)
writeBytes in interface WritableCopyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.