public static interface IRAMDictionary.IInputStreamFactory
RAMDictionary class to provide source data to load the dictionary
into memory from a stream. Using this interface allows the dictionary to
be closed and reopened again. Therefore the expectation is that
the makeInputStream() method may be called multiple times
without throwing an exception.| Modifier and Type | Method and Description |
|---|---|
InputStream |
makeInputStream()
Returns a new input stream from this factory.
|
InputStream makeInputStream() throws IOException
IOExceptionCopyright © 2018. All rights reserved.