Uses of Interface
nom.tam.util.OutputWriter
Packages that use OutputWriter
-
Uses of OutputWriter in nom.tam.util
Subinterfaces of OutputWriter in nom.tam.utilModifier and TypeInterfaceDescriptioninterface
Interface for writing array data to outputs.interface
Interface for FITS-specific output.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 OutputWriterModifier and TypeClassDescriptionclass
Efficient reading and writing of arrays to and from files, with custom encoding.class
Efficient writing of binary arrays to 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 writing FITS files through anOutputStream
.class
A random accessibleFileChannel
implementation for FITS I/O purposes.Methods in nom.tam.util that return OutputWriterModifier and TypeMethodDescriptionstatic OutputWriter
OutputWriter.from
(OutputStream o) Wraps an output stream with this interface.Constructors in nom.tam.util with parameters of type OutputWriterModifierConstructorDescriptionInstantiates a new FITS binary data encoder for converting Java arrays into FITS data representationsInstantiates a new Java-to-binary encoder for arrays, writing encoded data to the specified output.
FitsOutputStream
, which provides the exact same functionality but with a less misleading name, or else useArrayOutputStream
as a base for an implementation with any (non-FITS) encoding.