|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.io.input.Input
com.sun.electric.tool.io.input.LEFDEF
com.sun.electric.tool.io.input.LEF
public class LEF
This class reads files in LEF files.
Note that this reader was built by examining LEF files and reverse-engineering them.
It does not claim to be compliant with the LEF specification, but it also does not
claim to define a new specification. It is merely incomplete.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.electric.tool.io.input.LEFDEF |
---|
LEFDEF.GetLayerInformation, LEFDEF.ViaDef |
Field Summary |
---|
Fields inherited from class com.sun.electric.tool.io.input.LEFDEF |
---|
firstViaDefFromLEF, knownLayers, OVERALLSCALE, PLACEDEFNETS, PLACELEFGEOMETRY, prXkey, prYkey, widthsFromLEF |
Fields inherited from class com.sun.electric.tool.io.input.Input |
---|
byteCount, dataInputStream, errorLogger, fileLength, filePath, inputStream, lineReader, READ_BUFFER_SIZE |
Constructor Summary | |
---|---|
LEF()
|
Method Summary | |
---|---|
protected Library |
importALibrary(Library lib)
Method to import a library from disk. |
protected java.lang.String |
preprocessLine(java.lang.String line)
Helper method for keyword processing which removes comments. |
Methods inherited from class com.sun.electric.tool.io.input.LEFDEF |
---|
getLayerInformation |
Methods inherited from class com.sun.electric.tool.io.input.Input |
---|
changesQuiet, closeInput, eofDuring, getAKeyword, getLine, getLineFromBinary, getProgressNote, getRestOfLine, importLibrary, importToCurrentLibrary, initKeywordParsing, isBreakCharacter, isChangeQuiet, isNewLibraryCreated, openBinaryInput, openStringsInput, openTextInput, readWholeLine, setProgressNote, setProgressValue, startProgressDialog, stopProgressDialog, updateProgressDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LEF()
Method Detail |
---|
protected Library importALibrary(Library lib)
importALibrary
in class Input
lib
- the library to fill
protected java.lang.String preprocessLine(java.lang.String line)
preprocessLine
in class Input
line
- a line of text just read.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |