com.ptc.epm.commands.util
Class ContentDownloadStream

java.lang.Object
  extended bycom.ptc.epm.commands.util.ContentDownloadStream
All Implemented Interfaces:
Serializable

public class ContentDownloadStream
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  ApplicationData appData
           
private static int BUFSIZ
           
private  boolean download
           
 
Constructor Summary
ContentDownloadStream(ApplicationData app_data)
           
 
Method Summary
private  InputStream findContentStream(ApplicationData app_data)
           
private  void readObject(ObjectInputStream input_stream)
           
private  void writeObject(ObjectOutputStream output_stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUFSIZ

private static final int BUFSIZ
See Also:
Constant Field Values

appData

private transient ApplicationData appData

download

private transient boolean download
Constructor Detail

ContentDownloadStream

public ContentDownloadStream(ApplicationData app_data)
Method Detail

readObject

private void readObject(ObjectInputStream input_stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream output_stream)
                  throws IOException
Throws:
IOException

findContentStream

private InputStream findContentStream(ApplicationData app_data)
                               throws WTException
Throws:
WTException