public class FastBufferedDataOutputStream extends FilterOutputStream implements DataOutput, MatrixBlockDataOutput
Constructor and Description |
---|
FastBufferedDataOutputStream(OutputStream out) |
FastBufferedDataOutputStream(OutputStream out,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
void |
writeBoolean(boolean v) |
void |
writeByte(int v) |
void |
writeBytes(String s) |
void |
writeChar(int v) |
void |
writeChars(String s) |
void |
writeDouble(double v) |
void |
writeDoubleArray(int len,
double[] varr)
Writes the double array of a dense block to the data output.
|
void |
writeFloat(float v) |
void |
writeInt(int v) |
void |
writeLong(long v) |
void |
writeShort(int v) |
void |
writeSparseRows(int rlen,
SparseBlock rows)
Writes the sparse rows array of a sparse block to the data output.
|
void |
writeUTF(String s) |
write
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write
public FastBufferedDataOutputStream(OutputStream out)
public FastBufferedDataOutputStream(OutputStream out, int size)
public void write(int b) throws IOException
write
in interface DataOutput
write
in class FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in interface DataOutput
write
in class FilterOutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class FilterOutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
IOException
public void writeBoolean(boolean v) throws IOException
writeBoolean
in interface DataOutput
IOException
public void writeInt(int v) throws IOException
writeInt
in interface DataOutput
IOException
public void writeLong(long v) throws IOException
writeLong
in interface DataOutput
IOException
public void writeDouble(double v) throws IOException
writeDouble
in interface DataOutput
IOException
public void writeByte(int v) throws IOException
writeByte
in interface DataOutput
IOException
public void writeShort(int v) throws IOException
writeShort
in interface DataOutput
IOException
public void writeBytes(String s) throws IOException
writeBytes
in interface DataOutput
IOException
public void writeChar(int v) throws IOException
writeChar
in interface DataOutput
IOException
public void writeChars(String s) throws IOException
writeChars
in interface DataOutput
IOException
public void writeFloat(float v) throws IOException
writeFloat
in interface DataOutput
IOException
public void writeUTF(String s) throws IOException
writeUTF
in interface DataOutput
IOException
public void writeDoubleArray(int len, double[] varr) throws IOException
MatrixBlockDataOutput
writeDoubleArray
in interface MatrixBlockDataOutput
len
- ?varr
- ?IOException
- if IOException occurspublic void writeSparseRows(int rlen, SparseBlock rows) throws IOException
MatrixBlockDataOutput
writeSparseRows
in interface MatrixBlockDataOutput
rlen
- ?rows
- sparse blockIOException
- if IOException occursCopyright © 2020 The Apache Software Foundation. All rights reserved.