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 TypeInterfaceDescriptioninterface
Interface for reading array data from inputs.interface
Interface that combines file-based random acesss with high-throughput array IOinterface
Interface for IO objects that support file-like random access.interface
Interface for basic random access read and write operations.Classes in nom.tam.util that implement InputReaderModifier and TypeClassDescriptionclass
Efficient reading and writing of arrays to and from files, with custom encoding.class
Efficient reading of binary arrays from streams with custom binary encoding.class
Deprecated.class
Deprecated.UseFitsFile
instead, which replaces the oldBufferedFile
with 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.class
Reading from and writing to byte arrays with a stream-like interface (primarily for internal use) .class
For reading and writing FITS files.class
For reading FITS files through anInputStream
.class
A random accessibleFileChannel
implementation for FITS I/O purposes.Methods in nom.tam.util that return InputReaderModifier and TypeMethodDescriptionstatic InputReader
InputReader.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.
FitsInputStream
instead which provides the same functionality with a less misleading name, or else useArrayInputStream
as a base for a more generic implementation for any (non-FITS) encoding.