public abstract class SourceBase extends Object implements Closeable
Must be disposed to ensure that the readers are closed and any resources free for other uses.
Objects of this class should not be created directly as they are part of the internal logic.
| Constructor and Description |
|---|
SourceBase() |
| Modifier and Type | Method and Description |
|---|---|
BinaryReader |
createReader()
Creates a new reader and stores a reference to it.
|
public BinaryReader createReader() throws IOException
IOException - if there was a problem accessing data file.Copyright © 2017 51Degrees. All rights reserved.