public class BitmapObjectInput extends Object implements ObjectInput
Constructor and Description |
---|
BitmapObjectInput() |
BitmapObjectInput(List<org.apache.hadoop.io.LongWritable> l) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] arg0) |
int |
read(byte[] arg0,
int arg1,
int arg2) |
boolean |
readBoolean() |
byte |
readByte() |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
void |
readFromList(List<org.apache.hadoop.io.LongWritable> l) |
void |
readFully(byte[] arg0) |
void |
readFully(byte[] arg0,
int arg1,
int arg2) |
int |
readInt() |
String |
readLine() |
long |
readLong() |
Object |
readObject() |
short |
readShort() |
int |
readUnsignedByte() |
int |
readUnsignedShort() |
String |
readUTF() |
long |
skip(long arg0) |
int |
skipBytes(int n) |
public BitmapObjectInput()
public BitmapObjectInput(List<org.apache.hadoop.io.LongWritable> l)
public void readFromList(List<org.apache.hadoop.io.LongWritable> l)
public int available() throws IOException
available
in interface ObjectInput
IOException
public void close() throws IOException
close
in interface ObjectInput
close
in interface AutoCloseable
IOException
public int read() throws IOException
read
in interface ObjectInput
IOException
public int read(byte[] arg0) throws IOException
read
in interface ObjectInput
IOException
public int read(byte[] arg0, int arg1, int arg2) throws IOException
read
in interface ObjectInput
IOException
public Object readObject() throws ClassNotFoundException, IOException
readObject
in interface ObjectInput
ClassNotFoundException
IOException
public long skip(long arg0) throws IOException
skip
in interface ObjectInput
IOException
public boolean readBoolean() throws IOException
readBoolean
in interface DataInput
IOException
public byte readByte() throws IOException
readByte
in interface DataInput
IOException
public char readChar() throws IOException
readChar
in interface DataInput
IOException
public double readDouble() throws IOException
readDouble
in interface DataInput
IOException
public float readFloat() throws IOException
readFloat
in interface DataInput
IOException
public void readFully(byte[] arg0) throws IOException
readFully
in interface DataInput
IOException
public void readFully(byte[] arg0, int arg1, int arg2) throws IOException
readFully
in interface DataInput
IOException
public int readInt() throws IOException
readInt
in interface DataInput
IOException
public String readLine() throws IOException
readLine
in interface DataInput
IOException
public long readLong() throws IOException
readLong
in interface DataInput
IOException
public short readShort() throws IOException
readShort
in interface DataInput
IOException
public String readUTF() throws IOException
readUTF
in interface DataInput
IOException
public int readUnsignedByte() throws IOException
readUnsignedByte
in interface DataInput
IOException
public int readUnsignedShort() throws IOException
readUnsignedShort
in interface DataInput
IOException
public int skipBytes(int n) throws IOException
skipBytes
in interface DataInput
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.