org.simoes.lpd.common
Class DataFile

java.lang.Object
  extended byorg.simoes.lpd.common.PrintFile
      extended byorg.simoes.lpd.common.DataFile
All Implemented Interfaces:
java.lang.Cloneable

public class DataFile
extends PrintFile
implements java.lang.Cloneable

The dataFile encapsulates the actual print job data that we will send to the printer.

Author:
Chris Simoes

Constructor Summary
DataFile()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class org.simoes.lpd.common.PrintFile
getContents, getCount, getHostName, getJobNumber, setContents, setCount, setHostName, setJobNumber
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFile

public DataFile()
Method Detail

clone

public java.lang.Object clone()