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 TypeInterfaceDescriptioninterfaceInterface for writing array data to outputs.interfaceInterface for FITS-specific output.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 OutputWriterModifier and TypeClassDescriptionclassEfficient reading and writing of arrays to and from files, with custom encoding.classEfficient writing of binary arrays to 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 writing FITS files through anOutputStream.classA random accessibleFileChannelimplementation for FITS I/O purposes.Methods in nom.tam.util that return OutputWriterModifier and TypeMethodDescriptionstatic OutputWriterOutputWriter.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 useArrayOutputStreamas a base for an implementation with any (non-FITS) encoding.