|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ixb.clientAccess.IXBStreamer
Supported API: false
Extendable: false
Field Summary | |
private Hashtable |
attribHash
|
private int |
BUFF_SIZE
|
private static String |
CLASSNAME
|
static String |
CLIENT_SAVE_AS_FILE
Supported API: false |
private String |
inFileName
|
private InputStream |
input
|
private static String |
RESOURCE
|
static String |
SAVED_AS_FILE
Supported API: false |
private String |
sent_to
|
static String |
TO_CLIENT
Supported API: false |
static String |
TO_SERVER
Supported API: false |
private int |
uMsgCurr
|
private Vector |
userMsgs
|
Constructor Summary | |
IXBStreamer(File file,
String destination)
Supported API: false |
|
IXBStreamer(InputStream in,
String destination)
Supported API: false |
|
IXBStreamer(InputStream in,
String inFileName,
String destination)
Supported API: false |
Method Summary | |
private void |
_retrieveStreamClient(ObjectInputStream in)
|
private void |
_retrieveStreamServer(ObjectInputStream in)
|
private void |
_writeToFile(FileOutputStream fout,
ObjectInputStream in)
|
void |
addUserMsg(String msg)
|
Object |
getAttrib(Serializable name)
|
File |
getFile()
|
String |
getInFileName()
|
Vector |
getUserMsgs()
|
private void |
readObject(ObjectInputStream in)
|
private void |
retrieveStream(ObjectInputStream in)
|
private void |
sendStream(ObjectOutputStream out)
|
void |
setAttrib(Serializable name,
Serializable value)
|
private void |
writeObject(ObjectOutputStream out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String CLIENT_SAVE_AS_FILE
public static final String TO_SERVER
public static final String TO_CLIENT
public static final String SAVED_AS_FILE
private int BUFF_SIZE
private String sent_to
private InputStream input
private Hashtable attribHash
private Vector userMsgs
private int uMsgCurr
private String inFileName
Constructor Detail |
public IXBStreamer(InputStream in, String destination)
in
- destination
- public IXBStreamer(InputStream in, String inFileName, String destination)
in
- inFileName
- destination
- public IXBStreamer(File file, String destination) throws WTException
file
- destination
-
WTException
Method Detail |
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
in
-
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
out
-
IOException
public void setAttrib(Serializable name, Serializable value)
public Object getAttrib(Serializable name)
public File getFile()
public String getInFileName()
private void sendStream(ObjectOutputStream out) throws IOException
IOException
private void retrieveStream(ObjectInputStream in) throws IOException
IOException
public Vector getUserMsgs()
public void addUserMsg(String msg)
private void _retrieveStreamServer(ObjectInputStream in) throws IOException
IOException
private void _retrieveStreamClient(ObjectInputStream in) throws IOException
IOException
private void _writeToFile(FileOutputStream fout, ObjectInputStream in) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |