public class Callback.OpenFileResponse
extends java.lang.Object
Callback.openFile(FileTypeValue, String)
.Constructor and Description |
---|
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.
|
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