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) |
flush
public JavaOutputStream(DataOutput out, boolean disableUnderlayingClose)
public void write(int i) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int i, int i0) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
Copyright © 2016 Egothor. All Rights Reserved.