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.IOException
public abstract IntIndexOutput createOutput(Directory dir, String fileName, IOContext context) throws IOException
IntIndexOutput
on the provided
fileName.IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.