public final class JavaOutputStream extends OutputStream
| Constructor and Description |
|---|
JavaOutputStream(DataOutput out,
boolean disableUnderlayingClose) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] b) |
void |
write(byte[] b,
int i,
int i0) |
void |
write(int i) |
flushpublic JavaOutputStream(DataOutput out, boolean disableUnderlayingClose)
public void write(int i)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int i,
int i0)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2016 Egothor. All Rights Reserved.