Uses of Class
spice.basic.DAS
-
Packages that use DAS Package Description spice.basic spice.tspice -
-
Uses of DAS in spice.basic
Subclasses of DAS in spice.basic Modifier and Type Class Description class
DLA
Class DLA supports forward and backward list traversal of DLA files.class
DSK
Class DSK supports segment-level access to DSK files; this class also provides methods to obtain DSK coverage information and to access DSK subsystem tolerance parameters.Methods in spice.basic that return DAS Modifier and Type Method Description static DAS
DAS. openForRead(java.lang.String fileName)
Open a DAS file for write access.static DAS
DAS. openForWrite(java.lang.String fileName)
Open a DAS file for read access.Constructors in spice.basic with parameters of type DAS Constructor Description DAS(DAS das)
Copy constructor.This constructor creates a deep copy.DLA(DAS das)
Construct a DLA instance from a DAS instance.This constructor creates a deep copy.DSK(DAS das)
Construct a DSK instance from a DAS instance.This constructor creates a deep copy.FileRecord(DAS das)
-
Uses of DAS in spice.tspice
Subclasses of DAS in spice.tspice Modifier and Type Class Description class
TestDSKProt
Class TestDSKProt provides methods that test protected methods in class DSK.
-