|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.vap.cciadapter.VapRecord
Class used for input an output stream to communicate with the server.
Constructor Summary | |
VapRecord(CCIAdapter cciAdapter)
|
|
VapRecord(int length,
CCIAdapter cciAdapter)
|
Method Summary | |
java.lang.Object |
clone()
getRecordName method comment. |
int |
getBufferLength()
Retrieves the length of the buffer attribut. |
void |
getMessage(char[] mess,
int offset,
int length)
This method is use to retrieve in the given parameter char array the message stored inthe byte array buffer |
java.lang.String |
getRecordName()
We do not need to implement the method. |
java.lang.String |
getRecordShortDescription()
We do not need to implement the method. |
void |
read(java.io.InputStream arg1)
Reads the InputStream in the buffer array. |
void |
setMessage(char[] mess,
int offset,
int length)
Transfer the input message in the buffer array. |
void |
setRecordName(java.lang.String arg1)
We do not need to implement the method. |
void |
setRecordShortDescription(java.lang.String arg1)
We do not need to implement the method. |
void |
write(java.io.OutputStream arg1)
Writes the OutputStream in the buffer array. |
Constructor Detail |
public VapRecord(int length, CCIAdapter cciAdapter)
public VapRecord(CCIAdapter cciAdapter)
Method Detail |
public java.lang.Object clone()
public int getBufferLength() throws java.io.IOException
public void getMessage(char[] mess, int offset, int length) throws java.io.IOException
mess
- is the char array in which transfer the bufferoffset
- defines the starting byte to retrievelength
- to retrievepublic java.lang.String getRecordName()
public java.lang.String getRecordShortDescription()
public void read(java.io.InputStream arg1) throws java.io.IOException
arg1
- InputStream to read in the buffer arraypublic void setMessage(char[] mess, int offset, int length) throws java.io.IOException
mess
- to be transfered in the byte arrayoffset
- defines the starting positionlength
- of the message to transferpublic void setRecordName(java.lang.String arg1)
public void setRecordShortDescription(java.lang.String arg1)
public void write(java.io.OutputStream arg1) throws java.io.IOException
arg1
- OutputStream to write to the buffer array
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |