Uses of Interface
nom.tam.util.InputReader
Packages that use InputReader
-
Uses of InputReader in nom.tam.util
Subinterfaces of InputReader in nom.tam.utilModifier and TypeInterfaceDescriptioninterfaceInterface for reading array data from inputs.interfaceInterface that combines file-based random acesss with high-throughput array IOinterfaceInterface for IO objects that support file-like random access.interfaceInterface for basic random access read and write operations.Classes in nom.tam.util that implement InputReaderModifier and TypeClassDescriptionclassEfficient reading and writing of arrays to and from files, with custom encoding.classEfficient reading of binary arrays from streams with custom binary encoding.classDeprecated.classDeprecated.UseFitsFileinstead, which replaces the oldBufferedFilewith a less misleading name, or elseArrayDataFile, which provides a base for a more more generic implementation for efficient reading/writing arrays using any (non-FITS) encoding.classReading from and writing to byte arrays with a stream-like interface (primarily for internal use) .classFor reading and writing FITS files.classFor reading FITS files through anInputStream.classA random accessibleFileChannelimplementation for FITS I/O purposes.Methods in nom.tam.util that return InputReaderModifier and TypeMethodDescriptionstatic InputReaderInputReader.from(InputStream i) Wraps an input stream with this interface.Constructors in nom.tam.util with parameters of type InputReaderModifierConstructorDescriptionInstantiates a new FITS binary data decoder for converting FITS data representations into Java arrays.Instantiates a new decoder for converting data representations into Java arrays.
FitsInputStreaminstead which provides the same functionality with a less misleading name, or else useArrayInputStreamas a base for a more generic implementation for any (non-FITS) encoding.