ru.onego.industrial.wishlistupdater
Class JWishListUpdater

java.lang.Object
  extended by ru.onego.industrial.wishlistupdater.JWishListUpdater

public class JWishListUpdater
extends java.lang.Object

Main class of the instrument.

Version:
1.0
Author:
Lev Levin

Constructor Summary
JWishListUpdater()
           
 
Method Summary
protected  int convertBytesToInt(byte[] b)
          Converts array of bytes into integer value.
static void main(java.lang.String[] args)
          Main method of the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JWishListUpdater

public JWishListUpdater()
Method Detail

convertBytesToInt

protected int convertBytesToInt(byte[] b)
Converts array of bytes into integer value.

Parameters:
b - Array of bytes
Returns:
Integer value

main

public static void main(java.lang.String[] args)
Main method of the application.

Parameters:
args - Program arguments. Not used in this version


Copyright © 2007 Lev Levin. All Rights Reserved.