Uses of Interface
step.StepRecord

Packages that use StepRecord
step Defines the basic STEP data types. 
step.encoding Provides the default STEP encoding strategies and meta-data records. 
step.io Defines the STEP input and output streams. 
 

Uses of StepRecord in step
 

Methods in step that return StepRecord
 StepRecord RecordFactory.newRecord(StepObject[] fieldData)
          Create new a record from a set of field data.
 

Uses of StepRecord in step.encoding
 

Classes in step.encoding that implement StepRecord
 class EncoderEvent
          The root of events that are applied to a specific encoder.
 class EncoderMessageEvent
          An event that dispatches an arbitrary text message to an encoder.
 class IrregularValueEvent
          An event that signals that the next value in the data stream is irregular.
 class MetaRecord
          A record that contains another record with interleaved meta-data.
 

Methods in step.encoding that return StepRecord
 StepRecord EncoderMessageEvent.Factory.newRecord(StepObject[] fieldData)
           
 StepRecord IrregularValueEvent.Factory.newRecord(StepObject[] fieldData)
           
 StepRecord MetaRecord.Factory.newRecord(StepObject[] fieldData)
           
 

Uses of StepRecord in step.io
 

Methods in step.io that return StepRecord
 StepRecord StepEncodedInput.readRecord()
           
 StepRecord StepSerialInput.readRecord()
          Read the next STEP record from the object input stream.
 StepRecord StepRecordInput.readRecord()
          Read the next STEP record from this input stream.
 

Methods in step.io with parameters of type StepRecord
 void StepTextOutput.writeRecord(StepRecord record)
           
(package private) static String StepTextOutput.asText(StepRecord record)
           
 void StepEncodedOutput.writeRecord(StepRecord record)
          NOTE: This operation is not synchronized.
 void StepEncodedOutput.RecordContext.encode(StepRecord record)
           
 void StepSerialOutput.writeRecord(StepRecord record)
          Write a STEP record to the object output stream.
 void StepRecordOutput.writeRecord(StepRecord record)
          Write a STEP record to this output stream.