Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / FieldReader Class
Properties Methods


In This Topic
    FieldReader Class Members
    In This Topic

    The following tables list the members exposed by FieldReader.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the cache of unique string values that have been written  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a UInt64 value from the stream without repositioning the stream  
    Public MethodReturns a bool value from the stream.  
    Public MethodReturns an array of bool values from the stream.  
    Public MethodReturns a DateTime value from the stream.  
    Public MethodReturns an array of DateTime values from the stream.  
    Public MethodReturns a DateTimeOffset value from the stream.  
    Public MethodReturns an array of DateTimeOffset values from the stream.  
    Public MethodReturns a double value from the stream.  
    Public MethodReturns an array of double values from the stream.  
    Public MethodOverloaded. Returns a field value from the stream.  
    Public MethodReturns an array of field values from the stream.  
    Public MethodReturns a FieldType enum value from the stream.  
    Public MethodRead an array of FieldType enum values from the stream.  
    Public MethodReturns a Guid value from the stream.  
    Public MethodReturns an array of Guid values from the stream.  
    Public MethodReturns an Int32 value from the stream.  
    Public MethodReturns an array of Int32 values from the stream.  
    Public MethodReturns an Int64 value from the stream.  
    Public MethodReturns an array of Int64 values from the stream.  
    Public MethodRead a string from the stream. We optimize strings by maintaining a hash table of each unique string we have seen. Each string is sent with as an integer index into the table. When a new string is encountered, it's index is followed by the string value.  
    Public MethodRead an array of strings from the stream.  
    Public MethodReturns a TimeSpan value from the stream.  
    Public MethodReturns an array of TimeSpan values from the stream.  
    Public MethodReturns a Timestamp value from the stream (seconds only).  
    Public MethodReturns an array of Timestamp values from the stream.  
    Public MethodReturns a UInt32 value from the stream.  
    Public MethodReturns an array of UInt32 values from the stream.  
    Public MethodReturns a UInt64 value from the stream.  
    Public MethodReturns an array of UInt64 values from the stream.  
    Public MethodAllows the stream being read by a FieldReader to be replaced without having to re-instance a new object.  
    Top
    See Also