com.ptc.epm.commands.util
Class ContentDownloadStream
java.lang.Object
com.ptc.epm.commands.util.ContentDownloadStream
- All Implemented Interfaces:
- Serializable
- public class ContentDownloadStream
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUFSIZ
private static final int BUFSIZ
- See Also:
- Constant Field Values
appData
private transient ApplicationData appData
download
private transient boolean download
ContentDownloadStream
public ContentDownloadStream(ApplicationData app_data)
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