|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IORuntimeException | |
---|---|
com.sentilla.io | Sentilla input/output classes for data manipulation. |
com.sentilla.platform.cmote | Sentilla system implementations for the Client applications running on a host. |
Uses of IORuntimeException in com.sentilla.io |
---|
Subclasses of IORuntimeException in com.sentilla.io | |
---|---|
class |
EOFRuntimeException
Signals that a EOF exception has occurred. |
class |
ObjectStreamNotSerializableException
Signals that an Object cannot be serialized. |
class |
ObjectStreamRuntimeException
Signals that an error occurred while processing an Object stream. |
Methods in com.sentilla.io that throw IORuntimeException | |
---|---|
int |
InputStream.available()
Gets the number of bytes available for reading. |
void |
Output.close()
Close the underlying media. |
void |
Input.close()
|
void |
Output.flush()
Ensure that all previous writes have been committed. |
void |
ByteBuffer.flush()
Flush the stream writes (commit). |
byte |
Input.read()
|
byte |
ByteBuffer.read()
Read a byte. |
int |
Input.read(byte[] b)
|
int |
ByteBuffer.read(byte[] b)
Read bytes from the byte buffer stream into a byte array. |
int |
Input.read(byte[] b,
int offset,
int length)
|
int |
ByteBuffer.read(byte[] b,
int offset,
int length)
Read a specified length of bytes from the byte buffer stream into a byte array starting at a given offset in the destination array. |
int |
ByteBuffer.read(ByteBuffer b,
int length)
Read a specified length of bytes from the byte buffer stream into another ByteBuffer |
boolean |
DataInput.readBoolean()
|
boolean |
ByteBuffer.readBoolean()
Read a boolean value from the buffer. |
byte |
DataInput.readByte()
|
byte |
ByteBuffer.readByte()
Read a byte value from the buffer. |
char |
DataInput.readChar()
|
char |
ByteBuffer.readChar()
Read a char value from the buffer. |
double |
DataInput.readDouble()
|
double |
ByteBuffer.readDouble()
Read a double value from the buffer. |
float |
DataInput.readFloat()
|
float |
ByteBuffer.readFloat()
Read a float value from the buffer. |
int |
DataInput.readInt()
|
int |
ByteBuffer.readInt()
Read an int value from the buffer. |
long |
DataInput.readLong()
|
long |
ByteBuffer.readLong()
Read a long value from the buffer. |
short |
DataInput.readShort()
|
short |
ByteBuffer.readShort()
Read a short value from the buffer. |
int |
DataInput.readUnsignedByte()
|
int |
ByteBuffer.readUnsignedByte()
Read an unsigned byte value from the buffer. |
String |
DataInput.readUTF()
|
String |
ByteBuffer.readUTF()
Read a String value from the buffer. |
void |
Input.skip(int n)
|
void |
ByteBuffer.skip(int n)
Skip bytes in the byte buffer stream. |
void |
Output.write(byte[] b)
Write an array of bytes. |
void |
ByteBuffer.write(byte[] b)
Write bytes into the byte buffer. |
void |
Output.write(byte[] b,
int offset,
int length)
Write a series of bytes. |
void |
ByteBuffer.write(byte[] b,
int offset,
int length)
Write bytes into the byte buffer. |
void |
ByteBuffer.write(ByteBuffer b)
Write bytes into the byte buffer. |
void |
ByteBuffer.write(ByteBuffer b,
int length)
Write bytes into the byte buffer. |
void |
Output.write(int b)
Write a single byte. |
void |
ByteBuffer.write(int b)
Write a byte into the byte buffer. |
void |
DataOutput.writeBoolean(boolean a)
|
void |
ByteBuffer.writeBoolean(boolean a)
Write a boolean value to the buffer. |
void |
DataOutput.writeByte(int a)
|
void |
ByteBuffer.writeByte(int a)
Write a byte value to the buffer. |
void |
DataOutput.writeChar(int a)
|
void |
ByteBuffer.writeChar(int a)
Write a char value to the buffer. |
void |
DataOutput.writeDouble(double a)
|
void |
ByteBuffer.writeDouble(double a)
Write a double value to the buffer. |
void |
DataOutput.writeFloat(float a)
|
void |
ByteBuffer.writeFloat(float a)
Write a float value to the buffer. |
void |
DataOutput.writeInt(int a)
|
void |
ByteBuffer.writeInt(int a)
Write an int value to the buffer. |
void |
DataOutput.writeLong(long a)
|
void |
ByteBuffer.writeLong(long a)
Write a long value to the buffer. |
void |
DataOutput.writeShort(int a)
|
void |
ByteBuffer.writeShort(int a)
Write a short value to the buffer. |
void |
DataOutput.writeUTF(String s)
|
void |
ByteBuffer.writeUTF(String s)
Write a String object to the buffer. |
Uses of IORuntimeException in com.sentilla.platform.cmote |
---|
Methods in com.sentilla.platform.cmote that throw IORuntimeException | |
---|---|
void |
RemoteRandomAccessFile.close()
|
void |
RemoteRandomAccessFile.flush()
|
byte |
RemoteRandomAccessFile.read()
|
int |
RemoteRandomAccessFile.read(byte[] b)
|
boolean |
RemoteRandomAccessFile.readBoolean()
|
byte |
RemoteRandomAccessFile.readByte()
|
char |
RemoteRandomAccessFile.readChar()
|
double |
RemoteRandomAccessFile.readDouble()
|
float |
RemoteRandomAccessFile.readFloat()
|
int |
RemoteRandomAccessFile.readInt()
|
long |
RemoteRandomAccessFile.readLong()
|
short |
RemoteRandomAccessFile.readShort()
|
int |
RemoteRandomAccessFile.readUnsignedByte()
|
String |
RemoteRandomAccessFile.readUTF()
|
void |
RemoteRandomAccessFile.write(byte[] b)
|
void |
RemoteRandomAccessFile.write(int b)
|
void |
RemoteRandomAccessFile.writeBoolean(boolean a)
|
void |
RemoteRandomAccessFile.writeByte(int a)
|
void |
RemoteRandomAccessFile.writeChar(int a)
|
void |
RemoteRandomAccessFile.writeDouble(double a)
|
void |
RemoteRandomAccessFile.writeFloat(float a)
|
void |
RemoteRandomAccessFile.writeInt(int a)
|
void |
RemoteRandomAccessFile.writeLong(long a)
|
void |
RemoteRandomAccessFile.writeShort(int a)
|
void |
RemoteRandomAccessFile.writeUTF(String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |