The following tables list the members exposed by StreamedBinaryTableHDU.

Public Constructors

  Name Description
Static Public method StreamedBinaryTableHDU Overloaded.  
Top

Public Fields

Protected Fields

  Name Description
Family field _buf  
Family field _byteRenderers  
Family field _hasStrings  
Family field _padChar  
Family field _padLeft  
Family field _row  
Family field _rowSizeInBytes  
Family field _rs  
Family field _stringArrayRenderer  
Family field _stringTruncationLength  
Family field _writeMode  
Family field _writerMap  
Family field isPrimary Is this the first HDU in a FITS file? (inherited from BasicHDU)
Family field myData The associated data unit. (inherited from BasicHDU)
Family field myHeader The associated header. (inherited from BasicHDU)
Top

Public Properties

  Name Description
Public property Author Return the name of the person who compiled the information in the data associated with this header. (inherited from BasicHDU)
Public property Axes   (inherited from BasicHDU)
Public property BitPix   (inherited from BasicHDU)
Public property BlankValue   (inherited from BasicHDU)
Public property BScale Returns the value oF BSCALE from HDU The value field shall contain a floating point number.The default value for this keyword os 1.0 (inherited from BasicHDU)
Public property BUnit The value shall contain a character String, describing the physical units in which the quantities in the array, after application of BSCALE and BZERO,are expressed. (inherited from BasicHDU)
Public property BZero Returns the value oF BZero from HDU This keyword shall be used, along with the BSCALE keyword The default value for this keyword is 0.0. (inherited from BasicHDU)
Public property CreationDate Get the FITS file creation date as a Date object. (inherited from BasicHDU)
Public property Data Get the associated Data object (inherited from BasicHDU)
Public property Epoch Get the equinox in years for the celestial coordinate system in which positions given in either the header or data are expressed. (inherited from BasicHDU)
Public property Equinox Get the equinox in years for the celestial coordinate system in which positions given in either the header or data are expressed. (inherited from BasicHDU)
Public property FileOffset Get the starting offset of the HDU (inherited from BasicHDU)
Public property GroupCount Returns the value oF GCOUNT from HDU (inherited from BasicHDU)
Public property Header Get the associated header (inherited from BasicHDU)
Public property Instrument Get the name of the instrument which was used to acquire the data in this FITS file. (inherited from BasicHDU)
Public property Kernel Get the non-FITS data object (inherited from BasicHDU)
Public property MaximumValue Return the minimum valid value in the array. (inherited from BasicHDU)
Public property MinimumValue Return the minimum valid value in the array. (inherited from BasicHDU)
Public property Object Get the name of the observed object in this FITS file. (inherited from BasicHDU)
Public property ObservationDate Get the FITS file observation date as a Date object. (inherited from BasicHDU)
Public property Observer Get the name of the person who acquired the data in this FITS file. (inherited from BasicHDU)
Public property Origin Get the name of the organization which created this FITS file. (inherited from BasicHDU)
Public property PadChar  
Public property PadLeft  
Public property ParameterCount Returns the value oF PCOUNT from HDU (inherited from BasicHDU)
Public property Reference Return the citation of a reference where the data associated with this header are published. (inherited from BasicHDU)
Public property Rewriteable Is the HDU rewriteable (inherited from BasicHDU)
Public property Size Get the total size in bytes of the HDU. (inherited from BasicHDU)
Public property StringTruncationLength  
Public property Telescope Get the name of the telescope which was used to acquire the data in this FITS file. (inherited from BasicHDU)
Public property WriteMode  
Top

Public Methods

  Name Description
Public method AddValue Overloaded. Add boolean information to the header (inherited from BasicHDU)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetTrimmedString Get the String value associated with keyword (inherited from BasicHDU)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Info Overridden.  
Public method Read Read out the HDU from the data stream. This will overwrite any existing header and data components. (inherited from BasicHDU)
Public method ReadData Read in the Data object for this HDU. (inherited from BasicHDU)
Public method Rewrite Rewrite the HDU. (inherited from BasicHDU)
Public method SkipData Skip the Data object for this HDU. (inherited from BasicHDU)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Write Overridden.  
Top

Protected Methods

  Name Description
Family method Static ComputeByteWidths  
Family method Static CopyModelRowReplaceStrings  
Family method Static CopyModelRowStripUnknowns  
Family method Static CreateTempFilename  
Family method CreateWriterMap  
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method Static GetStringIndices  
Family method Static ManufactureHeader  
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Family method Static ReplaceTroolean  
Family method SetupRenderers  
Family method WriteHeapOutputWithTempHeapFile Writes this binary table with heap temp file if necessary, then fixing nRows and PCOUNT in header, then if necessary copying heap file to destination stream.
Family method WriteHeapOutputWithTempTableAndHeapFiles Writes this binary table with data first going to a temp file (and heap file if necessary), then with header going to destination stream, then copying data from temp file to destination stream, then if necessary copying heap file to destination stream.
Family method WriteOnePass Writes this binary table in one pass. Requires foreknowledge of nRows and either no strings or truncated string output.
Family method WritePadOutput Writes this binary table with data first going to a temp file (and heap file if necessary), then with header going to destination stream, then merging heap with table data if necessary and copying these to destination stream.
Family method WriteTable  
Family method WriteThenFix Writes this binary table in one pass, then seeks back to fix NAXIS2. Requires s to be seekable and either no strings or truncated string output.
Top

Explicit Interface Implementations

  Name Description
Static Private method StreamedBinaryTableHDU Overloaded.  
Top

See Also