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 ObjectInputIOExceptionpublic void close()
throws IOException
close in interface ObjectInputclose in interface AutoCloseableIOExceptionpublic int read()
throws IOException
read in interface ObjectInputIOExceptionpublic int read(byte[] arg0)
throws IOException
read in interface ObjectInputIOExceptionpublic int read(byte[] arg0,
int arg1,
int arg2)
throws IOException
read in interface ObjectInputIOExceptionpublic Object readObject() throws ClassNotFoundException, IOException
readObject in interface ObjectInputClassNotFoundExceptionIOExceptionpublic long skip(long arg0)
throws IOException
skip in interface ObjectInputIOExceptionpublic boolean readBoolean()
throws IOException
readBoolean in interface DataInputIOExceptionpublic byte readByte()
throws IOException
readByte in interface DataInputIOExceptionpublic char readChar()
throws IOException
readChar in interface DataInputIOExceptionpublic double readDouble()
throws IOException
readDouble in interface DataInputIOExceptionpublic float readFloat()
throws IOException
readFloat in interface DataInputIOExceptionpublic void readFully(byte[] arg0)
throws IOException
readFully in interface DataInputIOExceptionpublic void readFully(byte[] arg0,
int arg1,
int arg2)
throws IOException
readFully in interface DataInputIOExceptionpublic int readInt()
throws IOException
readInt in interface DataInputIOExceptionpublic String readLine() throws IOException
readLine in interface DataInputIOExceptionpublic long readLong()
throws IOException
readLong in interface DataInputIOExceptionpublic short readShort()
throws IOException
readShort in interface DataInputIOExceptionpublic String readUTF() throws IOException
readUTF in interface DataInputIOExceptionpublic int readUnsignedByte()
throws IOException
readUnsignedByte in interface DataInputIOExceptionpublic int readUnsignedShort()
throws IOException
readUnsignedShort in interface DataInputIOExceptionpublic int skipBytes(int n)
throws IOException
skipBytes in interface DataInputIOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.