Skip navigation links

Oracle Outside In Java API Reference
8.5.3

E57629-03


com.oracle.outsidein
Class Callback.OpenFileResponse

java.lang.Object
  extended by com.oracle.outsidein.Callback.OpenFileResponse

Enclosing class:
Callback

public class Callback.OpenFileResponse
extends java.lang.Object

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

Callback.OpenFileResponse

public Callback.OpenFileResponse(java.io.File file)
Constructor specifying the file to open.
Parameters:
file - File object describing the location and name of the file to open

Callback.OpenFileResponse

public Callback.OpenFileResponse(SeekableByteChannel6 redirect)
Constructor for redirecting I/O for the file to be opened.
Parameters:
redirect - object that will receive the redirected I/O operations when data for the open file is requested by the Outside In conversion

Skip navigation links

Oracle Outside In Java API Reference
8.5.3

E57629-03


Copyright © 2016, Oracle and/or its affiliates. All rights reserved.