Package loci.common

Class FileHandle

java.lang.Object
loci.common.FileHandle
All Implemented Interfaces:
DataInput, DataOutput, IRandomAccess

public class FileHandle extends Object implements IRandomAccess
A wrapper for RandomAccessFile that implements the IRandomAccess interface.
Author:
Curtis Rueden ctrueden at wisc.edu
See Also: