public class BitmapObjectOutput extends Object implements ObjectOutput
Constructor and Description |
---|
BitmapObjectOutput() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
List<org.apache.hadoop.io.LongWritable> |
list() |
void |
write(byte[] arg0) |
void |
write(byte[] arg0,
int arg1,
int arg2) |
void |
write(int arg0) |
void |
writeBoolean(boolean arg0) |
void |
writeByte(int arg0) |
void |
writeBytes(String arg0) |
void |
writeChar(int arg0) |
void |
writeChars(String arg0) |
void |
writeDouble(double v) |
void |
writeFloat(float v) |
void |
writeInt(int v) |
void |
writeLong(long v) |
void |
writeObject(Object arg0) |
void |
writeShort(int v) |
void |
writeUTF(String s) |
public List<org.apache.hadoop.io.LongWritable> list()
public void close() throws IOException
close
in interface ObjectOutput
close
in interface AutoCloseable
IOException
public void flush() throws IOException
flush
in interface ObjectOutput
IOException
public void write(int arg0) throws IOException
write
in interface DataOutput
write
in interface ObjectOutput
IOException
public void write(byte[] arg0) throws IOException
write
in interface DataOutput
write
in interface ObjectOutput
IOException
public void write(byte[] arg0, int arg1, int arg2) throws IOException
write
in interface DataOutput
write
in interface ObjectOutput
IOException
public void writeObject(Object arg0) throws IOException
writeObject
in interface ObjectOutput
IOException
public void writeBoolean(boolean arg0) throws IOException
writeBoolean
in interface DataOutput
IOException
public void writeByte(int arg0) throws IOException
writeByte
in interface DataOutput
IOException
public void writeBytes(String arg0) throws IOException
writeBytes
in interface DataOutput
IOException
public void writeChar(int arg0) throws IOException
writeChar
in interface DataOutput
IOException
public void writeChars(String arg0) throws IOException
writeChars
in interface DataOutput
IOException
public void writeDouble(double v) throws IOException
writeDouble
in interface DataOutput
IOException
public void writeFloat(float v) throws IOException
writeFloat
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 writeShort(int v) throws IOException
writeShort
in interface DataOutput
IOException
public void writeUTF(String s) throws IOException
writeUTF
in interface DataOutput
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.