public abstract class IntStreamFactory extends Object
| Constructor and Description |
|---|
IntStreamFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract IntIndexOutput |
createOutput(Directory dir,
String fileName,
IOContext context)
Create an
IntIndexOutput on the provided
fileName. |
abstract IntIndexInput |
openInput(Directory dir,
String fileName,
IOContext context)
Create an
IntIndexInput on the provided
fileName. |
public abstract IntIndexInput openInput(Directory dir, String fileName, IOContext context) throws IOException
IntIndexInput on the provided
fileName.IOExceptionpublic abstract IntIndexOutput createOutput(Directory dir, String fileName, IOContext context) throws IOException
IntIndexOutput on the provided
fileName.IOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.