JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.mdiutil.io
Interface ReaderProvider
public interface
ReaderProvider
This interface allows to get readers. This interface allows to get new Readers from the same "source" in cases where it would be necessary to reuse them (many Readers can not be reused again).
Since:
0.9.25
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Reader
newReader
()
Return a new reader.
Method Detail
newReader
Reader
newReader()
Return a new reader.
Returns:
the reader
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method