public class BinaryEDIFReader
extends Object
Constructor and Description |
---|
BinaryEDIFReader() |
Modifier and Type | Method and Description |
---|---|
static EDIFNetlist |
readBinaryEDIF(Path path)
Reads a binary EDIF (.bedf) file and creates a new EDIFNetlist object.
|
static EDIFNetlist |
readBinaryEDIF(String fileName)
Reads a binary EDIF (.bedf) file and creates a new EDIFNetlist object.
|
static EDIFCell |
readEDIFCell(com.esotericsoftware.kryo.io.Input is,
String[] strings,
EDIFLibrary lib,
EDIFNetlist netlist)
Reads and creates a new EDIFCell from the Kryo-based input stream
|
public static EDIFCell readEDIFCell(com.esotericsoftware.kryo.io.Input is, String[] strings, EDIFLibrary lib, EDIFNetlist netlist)
is
- Kryo-based input streamstrings
- Indexed string lookuplib
- Parent library for which this EDIFCell should become a membernetlist
- The current netlist being readBinaryEDIFWriter.writeEDIFCell(EDIFCell, Output, Map)
public static EDIFNetlist readBinaryEDIF(String fileName)
fileName
- Name of the file to readBinaryEDIFWriter.writeBinaryEDIF(String, EDIFNetlist)
public static EDIFNetlist readBinaryEDIF(Path path)
path
- Name of the file to readBinaryEDIFWriter.writeBinaryEDIF(Path, EDIFNetlist)