Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.yaftp.utils
Interface ObjectArchivableElement  view ObjectArchivableElement download ObjectArchivableElement.java

All Known Implementing Classes:
_ARCHIVETST_, _ARCHIVETST_VECTOR_._DATA_ELEMENT_

public interface ObjectArchivableElement

Defines the methods that a storable element should implement to store and unstore itself


Method Summary
 ObjectArchivableElement archiveFromString(java.lang.String inStr)
           
 java.lang.String archiveToString()
           
 

Method Detail

archiveToString

public java.lang.String archiveToString()

archiveFromString

public ObjectArchivableElement archiveFromString(java.lang.String inStr)
                                          throws UtilsError