public class MediaStorageCompress_FSC
extends java.lang.Object
| Constructor and Description |
|---|
MediaStorageCompress_FSC() |
| Modifier and Type | Method and Description |
|---|---|
void |
compressDicomDir(java.lang.String zipFileName,
java.lang.String strStoragePath1)
This function used to generate file list .
|
void |
generateFileList(java.io.File node,
java.lang.String strStoragePath1)
This function generate file set to compress from Dicom-Dir File Set.
|
java.lang.String |
process(java.lang.String strFileName,
java.lang.String strStoragePath)
This function create DicomDir File-Set by calling process() of MediaStorage_FSC class.
|
void |
zipIt(java.lang.String zipFile,
java.lang.String strStoragePath1) |
public java.lang.String process(java.lang.String strFileName,
java.lang.String strStoragePath)
throws java.io.IOException
strFileName,strStoragePath - java.io.IOExceptionpublic void compressDicomDir(java.lang.String zipFileName,
java.lang.String strStoragePath1)
zipFileName,strStoragePath1. - public void generateFileList(java.io.File node,
java.lang.String strStoragePath1)
node,strStoragePath1.public void zipIt(java.lang.String zipFile,
java.lang.String strStoragePath1)