JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.sejda.model
Package
org.sejda.model.input
Interface SourceDispatcher<T>
public interface
SourceDispatcher<T>
Double dispatch
Author:
Andrea Vacondio
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
dispatch
(
FileSource
source)
T
dispatch
(
StreamSource
source)
Method Details
dispatch
T
dispatch
(
FileSource
source)
throws
TaskIOException
Throws:
TaskIOException
dispatch
T
dispatch
(
StreamSource
source)
throws
TaskIOException
Throws:
TaskIOException