Uses of Interface
nom.tam.util.RandomAccess
-
Packages that use RandomAccess Package Description nom.tam.fits nom.tam.image nom.tam.util -
-
Uses of RandomAccess in nom.tam.fits
Fields in nom.tam.fits declared as RandomAccess Modifier and Type Field Description protected RandomAccessData. inputThe input stream used.Constructors in nom.tam.fits with parameters of type RandomAccess Constructor Description ImageDataTiler(RandomAccess o, long offset, ImageData.ArrayDesc d) -
Uses of RandomAccess in nom.tam.image
Fields in nom.tam.image declared as RandomAccess Modifier and Type Field Description private RandomAccessStandardImageTiler. randomAccessFileConstructors in nom.tam.image with parameters of type RandomAccess Constructor Description StandardImageTiler(RandomAccess f, long fileOffset, int[] dims, java.lang.Class<?> base)Create a tiler. -
Uses of RandomAccess in nom.tam.util
Classes in nom.tam.util that implement RandomAccess Modifier and Type Class Description classBufferedFile
-