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 RandomAccess
Data. input
The 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 RandomAccess
StandardImageTiler. randomAccessFile
Constructors 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 class
BufferedFile
-