|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.oracle.outsidein.Callback.OpenFileResponse
public class Callback.OpenFileResponse
Holds response values returned by Callback.openFile(FileTypeValue, String)
.
Constructor Summary | |
---|---|
Callback.OpenFileResponse(java.io.File file) Constructor specifying the file to open. |
|
Callback.OpenFileResponse(SeekableByteChannel6 redirect) Constructor for redirecting I/O for the file to be opened. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Callback.OpenFileResponse(java.io.File file)
file
- File object describing the location and name of the file to openpublic Callback.OpenFileResponse(SeekableByteChannel6 redirect)
redirect
- object that will receive the redirected I/O operations when data for the open file is requested by the Outside In conversion
|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |