Uses of Interface
edu.mit.jwi.IRAMDictionary.IInputStreamFactory

Packages that use IRAMDictionary.IInputStreamFactory
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
 

Uses of IRAMDictionary.IInputStreamFactory in edu.mit.jwi
 

Classes in edu.mit.jwi that implement IRAMDictionary.IInputStreamFactory
static class IRAMDictionary.FileInputStreamFactory
          Default implementation of the IRAMDictionary.IInputStreamFactory interface which creates an input stream from a specified File object.
static class IRAMDictionary.URLInputStreamFactory
          Default implementation of the IRAMDictionary.IInputStreamFactory interface which creates an input stream from a specified URL.
 

Fields in edu.mit.jwi declared as IRAMDictionary.IInputStreamFactory
protected  IRAMDictionary.IInputStreamFactory RAMDictionary.factory
           
 

Methods in edu.mit.jwi that return IRAMDictionary.IInputStreamFactory
static IRAMDictionary.IInputStreamFactory RAMDictionary.createInputStreamFactory(java.io.File file)
          Creates an input stream factory out of the specified File.
static IRAMDictionary.IInputStreamFactory RAMDictionary.createInputStreamFactory(java.net.URL url)
          Creates an input stream factory out of the specified URL.
 IRAMDictionary.IInputStreamFactory RAMDictionary.getStreamFactory()
          Returns the stream factory that backs this instance; may be null.
 

Methods in edu.mit.jwi with parameters of type IRAMDictionary.IInputStreamFactory
static boolean RAMDictionary.export(IRAMDictionary.IInputStreamFactory in, java.io.OutputStream out)
          This is a convenience method that transforms a Wordnet dictionary drawn from the specified input stream factory into a in-memory image written to the specified output stream.
 

Constructors in edu.mit.jwi with parameters of type IRAMDictionary.IInputStreamFactory
RAMDictionary(IDictionary backing, IRAMDictionary.IInputStreamFactory factory, int loadPolicy)
          This is a internal constructor that unifies the constructor decision matrix.
RAMDictionary(IRAMDictionary.IInputStreamFactory factory)
          Constructs a new RAMDictionary that will load an in-memory image from the specified stream factory.
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.