public interface InputInterface
Modifier and Type | Method and Description |
---|---|
void |
close(UniqueIDInterface source)
Close the identified input source and release resources.
|
InputRecordInterface |
gotoRecord(UniqueRecordInterface recordInfo)
Locate and return the requested record in the input source.
|
boolean |
gotoStart(UniqueIDInterface source)
Rewind the identified input source to its first record.
|
InputRecordInterface |
nextRecord(UniqueIDInterface source)
Get the next record from the identified input source.
|
boolean |
open(UniqueSourceInterface source)
Open a unique instance of an input source.
|
boolean open(UniqueSourceInterface source)
InputRecordInterface nextRecord(UniqueIDInterface source)
InputRecordInterface
,
InputRecordInvalid
boolean gotoStart(UniqueIDInterface source)
InputRecordInterface gotoRecord(UniqueRecordInterface recordInfo)
InputRecordInterface
,
InputRecordInvalid
void close(UniqueIDInterface source)
Copyright © SAS Institute. All Rights Reserved.