Package nom.tam.util

Interface RandomAccessFileIO

All Superinterfaces:
AutoCloseable, Closeable, InputReader, OutputWriter, ReadWriteAccess

public interface RandomAccessFileIO extends ReadWriteAccess, Closeable
Interface for IO objects that support file-like random access. The methods defined here are those used by FitsFile to access a RandomAccessFile. The RandomAccessFileExt class adds this interface to RandomAccessFile, but other systems could provide an alternate implementation of this interface to access an arbitrary FITS data object.
Author:
pdowler