public abstract class AbstractDelegatingMessageInputStream extends MessageInputStream
Modifier | Constructor and Description |
---|---|
protected |
AbstractDelegatingMessageInputStream(MessageInputStream delegate) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
protected MessageInputStream |
getDelegate() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
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()
Not supported.
|
long |
readLong() |
short |
readShort() |
int |
readUnsignedByte() |
int |
readUnsignedShort() |
String |
readUTF() |
void |
reset() |
long |
skip(long n) |
int |
skipBytes(int n) |
protected AbstractDelegatingMessageInputStream(MessageInputStream delegate)
protected MessageInputStream getDelegate()
public void readFully(byte[] b) throws IOException
readFully
in interface DataInput
readFully
in class MessageInputStream
IOException
public void readFully(byte[] b, int off, int len) throws IOException
readFully
in interface DataInput
readFully
in class MessageInputStream
IOException
public int skipBytes(int n) throws IOException
skipBytes
in interface DataInput
skipBytes
in class MessageInputStream
IOException
public boolean readBoolean() throws IOException
readBoolean
in interface DataInput
readBoolean
in class MessageInputStream
IOException
public byte readByte() throws IOException
readByte
in interface DataInput
readByte
in class MessageInputStream
IOException
public int readUnsignedByte() throws IOException
readUnsignedByte
in interface DataInput
readUnsignedByte
in class MessageInputStream
IOException
public short readShort() throws IOException
readShort
in interface DataInput
readShort
in class MessageInputStream
IOException
public int readUnsignedShort() throws IOException
readUnsignedShort
in interface DataInput
readUnsignedShort
in class MessageInputStream
IOException
public char readChar() throws IOException
readChar
in interface DataInput
readChar
in class MessageInputStream
IOException
public int readInt() throws IOException
readInt
in interface DataInput
readInt
in class MessageInputStream
IOException
public long readLong() throws IOException
readLong
in interface DataInput
readLong
in class MessageInputStream
IOException
public float readFloat() throws IOException
readFloat
in interface DataInput
readFloat
in class MessageInputStream
IOException
public double readDouble() throws IOException
readDouble
in interface DataInput
readDouble
in class MessageInputStream
IOException
public String readLine() throws UnsupportedOperationException
MessageInputStream
readLine
in interface DataInput
readLine
in class MessageInputStream
UnsupportedOperationException
- alwayspublic String readUTF() throws IOException
readUTF
in interface DataInput
readUTF
in class MessageInputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public long skip(long n) throws IOException
skip
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public void mark(int readlimit)
mark
in class InputStream
public void reset() throws IOException
reset
in class InputStream
IOException
public boolean markSupported()
markSupported
in class InputStream
Copyright © 2019 JBoss by Red Hat. All rights reserved.