|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputStream
Used by a Message
object for reading, i.e. deserializing.
An InputStream
can retrieve the following basic types of data:
Message
Method Summary | |
---|---|
boolean |
readBoolean()
Reads a boolean value from the input stream. |
byte[] |
readByteArray()
Reads a byte array from the input stream. |
char |
readChar()
Reads a char value from the input stream. |
double |
readDouble()
Reads double value from the input stream. |
float |
readFloat()
Reads a float value from the input stream. |
int |
readInt()
Reads an int value from the input stream. |
long |
readLong()
Reads a long value from the input stream. |
short |
readShort()
Reads a short value from the input stream. |
java.lang.String |
readString()
Reads a java.lang.String from the input stream. |
Method Detail |
---|
short readShort() throws SoamException
short
value from the input stream.
SoamException
int readInt() throws SoamException
int
value from the input stream.
SoamException
long readLong() throws SoamException
long
value from the input stream.
SoamException
float readFloat() throws SoamException
float
value from the input stream.
SoamException
double readDouble() throws SoamException
double
value from the input stream.
SoamException
boolean readBoolean() throws SoamException
boolean
value from the input stream.
SoamException
char readChar() throws SoamException
char
value from the input stream.
SoamException
java.lang.String readString() throws SoamException
java.lang.String
from the input stream.
SoamException
byte[] readByteArray() throws SoamException
SoamException
|
Version 5.1 Date Modified: -DREL_DATE=Apr 28 2011 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |