
public class FPGA2ModelBuilder extends Object
| Constructor and Description |
|---|
FPGA2ModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FPGA2Model |
compileFile(File srcFile)
Read a file and parse it as either a .xml or .seq file.
|
FPGA2Model |
compileFile(InputStream inputStream)
Read the specified input stream as either an .xml or .seq file.
|
FPGA2Model |
compileFile(InputStream inputStream,
String type)
Deprecated.
The type argument is no longer required or used.
|
@Deprecated public FPGA2Model compileFile(InputStream inputStream, String type) throws IOException
inputStream - The input stream to readtype - The type of file to read, if xml read as xml,
otherwise read as assembler fileIOException - If an IO exception occurs while reading the fileRuntimeException - If a file format error is detected.public FPGA2Model compileFile(InputStream inputStream) throws IOException
inputStream - The input stream to readIOException - If an IO exception occurs while reading the fileRuntimeException - If a file format error is detected.public FPGA2Model compileFile(File srcFile) throws IOException
srcFile - The file to readIOException - If an IO exception occurs while reading the fileRuntimeException - If a file format error is detected.Copyright © 2021 LSST. All rights reserved.