com.sun.electric.tool.io.output
Class ELIB

java.lang.Object
  extended by com.sun.electric.tool.io.output.Output
      extended by com.sun.electric.tool.io.output.ELIB
Direct Known Subclasses:
ReadableDump

public class ELIB
extends Output

This class writes files in binary (.elib) format.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.electric.tool.io.output.Output
Output.OutputPreferences, Output.WriteJELIB
 
Field Summary
 
Fields inherited from class com.sun.electric.tool.io.output.Output
dataOutputStream, errorLogger, filePath, printWriter, quiet, stringWriter
 
Method Summary
 void write6Compatible()
           
protected  boolean writeLib(Snapshot snapshot, LibId theLibId)
          Method to write a Library in binary (.elib) format.
 
Methods inherited from class com.sun.electric.tool.io.output.Output
closeBinaryOutputStream, closeStringsOutputStream, closeTextOutputStream, emitCopyright, exportCellCommand, finishWrite, getAreaToPrint, getNumErrors, getNumWarnings, getOutputPreferences, openBinaryOutputStream, openStringsOutputStream, openTextOutputStream, reportError, reportWarning, saveJelib, setContinuationString, setOutputWidth, writeCell, writeLibrary, writeLibrary, writePanicSnapshot, writeWidthLimited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write6Compatible

public void write6Compatible()

writeLib

protected boolean writeLib(Snapshot snapshot,
                           LibId theLibId)
Method to write a Library in binary (.elib) format.

Parameters:
snapshot - Snapshot to be written
theLibId - the Library to be written.