|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cedarsoft.provider.InputStreamFromFileProvider
public class InputStreamFromFileProvider
A provider that returns an input stream using a file
| Constructor Summary | |
|---|---|
InputStreamFromFileProvider(java.io.File file)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
java.io.InputStream |
provide()
Provides the object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputStreamFromFileProvider(@NotNull
java.io.File file)
| Method Detail |
|---|
@NotNull
public java.io.InputStream provide()
throws java.io.IOException
Provider
provide in interface Provider<java.io.InputStream,java.io.IOException>java.io.IOException@NotNull public java.lang.String getDescription()
getDescription in interface Provider<java.io.InputStream,java.io.IOException>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||