@InterfaceAudience.Private public class ByteBufferDataReader extends DataInputStream
Constructor and Description |
---|
ByteBufferDataReader(InputBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasUnReadData() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
boolean |
readBoolean() |
byte |
readByte() |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
void |
readFully(byte[] b) |
void |
readFully(byte[] b,
int off,
int len) |
int |
readInt() |
String |
readLine() |
long |
readLong() |
short |
readShort() |
int |
readUnsignedByte() |
int |
readUnsignedShort() |
String |
readUTF() |
void |
reset(InputBuffer buffer) |
int |
skipBytes(int n) |
available, mark, markSupported, read, reset, skip
public ByteBufferDataReader(InputBuffer buffer)
public void reset(InputBuffer buffer)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public void readFully(byte[] b) throws IOException
IOException
public void readFully(byte[] b, int off, int len) throws IOException
IOException
public int skipBytes(int n) throws IOException
IOException
public boolean readBoolean() throws IOException
IOException
public byte readByte() throws IOException
IOException
public int readUnsignedByte() throws IOException
IOException
public short readShort() throws IOException
IOException
public int readUnsignedShort() throws IOException
IOException
public char readChar() throws IOException
IOException
public int readInt() throws IOException
IOException
public long readLong() throws IOException
IOException
public float readFloat() throws IOException
IOException
public double readDouble() throws IOException
IOException
public String readLine() throws IOException
IOException
public final String readUTF() throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public boolean hasUnReadData()
hasUnReadData
in class DataInputStream
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.