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