public static class FileToIO.Readable extends Object implements Adapter<File,IO.Readable.Seekable>
| Constructor and Description |
|---|
Readable() |
| Modifier and Type | Method and Description |
|---|---|
IO.Readable.Seekable |
adapt(File input)
Convert the given input into the output type.
|
boolean |
canAdapt(File input)
Return true if the given input can be transformed.
|
Class<File> |
getInputType()
Return the class of the input type.
|
Class<IO.Readable.Seekable> |
getOutputType()
Return the class of the output type.
|
public Class<File> getInputType()
AdaptergetInputType in interface Adapter<File,IO.Readable.Seekable>public Class<IO.Readable.Seekable> getOutputType()
AdaptergetOutputType in interface Adapter<File,IO.Readable.Seekable>public boolean canAdapt(File input)
AdaptercanAdapt in interface Adapter<File,IO.Readable.Seekable>public IO.Readable.Seekable adapt(File input)
Adapteradapt in interface Adapter<File,IO.Readable.Seekable>Copyright © 2019. All rights reserved.