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 ObjectOutputclose in interface AutoCloseableIOExceptionpublic void flush()
throws IOException
flush in interface ObjectOutputIOExceptionpublic void write(int arg0)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOExceptionpublic void write(byte[] arg0)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOExceptionpublic void write(byte[] arg0,
int arg1,
int arg2)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOExceptionpublic void writeObject(Object arg0) throws IOException
writeObject in interface ObjectOutputIOExceptionpublic void writeBoolean(boolean arg0)
throws IOException
writeBoolean in interface DataOutputIOExceptionpublic void writeByte(int arg0)
throws IOException
writeByte in interface DataOutputIOExceptionpublic void writeBytes(String arg0) throws IOException
writeBytes in interface DataOutputIOExceptionpublic void writeChar(int arg0)
throws IOException
writeChar in interface DataOutputIOExceptionpublic void writeChars(String arg0) throws IOException
writeChars in interface DataOutputIOExceptionpublic void writeDouble(double v)
throws IOException
writeDouble in interface DataOutputIOExceptionpublic void writeFloat(float v)
throws IOException
writeFloat in interface DataOutputIOExceptionpublic void writeInt(int v)
throws IOException
writeInt in interface DataOutputIOExceptionpublic void writeLong(long v)
throws IOException
writeLong in interface DataOutputIOExceptionpublic void writeShort(int v)
throws IOException
writeShort in interface DataOutputIOExceptionpublic void writeUTF(String s) throws IOException
writeUTF in interface DataOutputIOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.