Package step.io

Defines the STEP input and output streams.

See:
          Description

Interface Summary
StepRecordInput An input stream that produces STEP records.
StepRecordOutput An output stream that accepts STEP records.
 

Class Summary
StepEncodedInput An input stream for reading StepRecord objects.
StepEncodedOutput An output stream for writing StepRecord objects.
StepSerialInput An intput stream that uses Java's serialization mechanism.
StepSerialOutput An output stream that uses Java's serialization mechanism.
StepTextOutput Write STEP objects as text, one per line.
 

Package step.io Description

Defines the STEP input and output streams.

See Also:
StepRecordOutput, StepRecordInput