extra.inpro.training
Class SessionData.SmallFile

java.lang.Object
  extended by extra.inpro.training.SessionData.SmallFile
Enclosing class:
SessionData

public class SessionData.SmallFile
extends java.lang.Object

keeps data bits that are not worth to write into files. a pair of filename (in archive) and bit of data to be put into the archive under this filename.


Field Summary
private  java.lang.CharSequence content
           
private  java.lang.String filename
           
 
Constructor Summary
SessionData.SmallFile(java.lang.String filename, java.lang.CharSequence content)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

private final java.lang.String filename

content

private final java.lang.CharSequence content
Constructor Detail

SessionData.SmallFile

public SessionData.SmallFile(java.lang.String filename,
                             java.lang.CharSequence content)