java.lang.Object
omix.util.io.AbstractReader
- Direct Known Subclasses:
AbstractDomReader
public abstract class AbstractReader extends Object
This class can be subclassed in order to realize
a file reader.
The class stores the URL connection of the file read process
and the input utilities for the operation.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Field Summary
Fields Modifier and Type Field Description protected URLConnection
urlConnection
Can be used to open the file read stream.protected InputUtilities
utilities
-
Constructor Summary
Constructors Constructor Description AbstractReader(URLConnection urlConnection, InputUtilities utilities)
Called with the parameters ofModelIOHandlerInterfaceV2#read(String, URLConnection, omix.plugin.io.WritableModel, InputUtilities)
-
Method Summary
-
Field Details
-
urlConnection
Can be used to open the file read stream.- See Also:
URLConnection.getInputStream()
-
utilities
-
-
Constructor Details
-
AbstractReader
Called with the parameters ofModelIOHandlerInterfaceV2#read(String, URLConnection, omix.plugin.io.WritableModel, InputUtilities)
- Parameters:
urlConnection
-utilities
-
-