archive.utility
Class PacchettoMaker

java.lang.Object
  extended by archive.utility.StringConverter
      extended by archive.utility.PacchettoMaker
All Implemented Interfaces:
ObjectReader

public class PacchettoMaker
extends StringConverter

Classe responsabile della creazione di oggetti di tipo Pacchetto Estende la classe astratta StringConverter


Field Summary
 
Fields inherited from class archive.utility.StringConverter
arch
 
Constructor Summary
PacchettoMaker(Archivio arch)
           
 
Method Summary
 void create()
          Crea un determinato oggetto dalla matrice di stringhe
 
Methods inherited from class archive.utility.StringConverter
getMatrix, split
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacchettoMaker

public PacchettoMaker(Archivio arch)
Method Detail

create

public void create()
Description copied from class: StringConverter
Crea un determinato oggetto dalla matrice di stringhe

Specified by:
create in interface ObjectReader
Specified by:
create in class StringConverter