org.ssonet.examples.catalog.customer
Class Zip

java.lang.Object
  |
  +--org.ssonet.examples.catalog.customer.Zip

public class Zip
extends java.lang.Object

contains methods for working with zip files


Constructor Summary
Zip()
           
 
Method Summary
 void close()
          closes the catalog file
 org.ssonet.examples.catalog.customer.Catalog getCatalog()
          returns the catalog from a zip file
 java.lang.String getInfoText(java.lang.String orderNumber)
          returns information for a order number
 byte[] getPicture(java.lang.String orderNumber)
          returns the picture of an order number as an array of bytes
 void open()
          opens a catalog file (Es wird immer der lokale Katalog des Kunden geladen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zip

public Zip()
Method Detail

open

public void open()
opens a catalog file (Es wird immer der lokale Katalog des Kunden geladen


close

public void close()
closes the catalog file


getCatalog

public org.ssonet.examples.catalog.customer.Catalog getCatalog()
returns the catalog from a zip file


getInfoText

public java.lang.String getInfoText(java.lang.String orderNumber)
returns information for a order number


getPicture

public byte[] getPicture(java.lang.String orderNumber)
returns the picture of an order number as an array of bytes



Copyright © 2003 DRIM Team. All Rights Reserved.