de.viaboxx.nlstools.formats
Class MBBundlesZipper

java.lang.Object
  extended by de.viaboxx.nlstools.formats.MBBundlesZipper

public class MBBundlesZipper
extends Object

Description:
User: roman
Date: 10.02.2009
Time: 14:18:13
Copyright: Viaboxx GmbH


Constructor Summary
MBBundlesZipper()
           
 
Method Summary
static List<MBFile> unzipFiles(byte[] zipped)
           
static List<MBFile> unzipFiles(InputStream fin)
           
static void zip(List<MBFile> files, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBBundlesZipper

public MBBundlesZipper()
Method Detail

zip

public static void zip(List<MBFile> files,
                       OutputStream out)
                throws IOException
Throws:
IOException

unzipFiles

public static List<MBFile> unzipFiles(InputStream fin)
                               throws IOException
Throws:
IOException

unzipFiles

public static List<MBFile> unzipFiles(byte[] zipped)
                               throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.