PofStreamReader Class |
Namespace: Tangosol.IO.Pof
public class PofStreamReader : IPofReader
The PofStreamReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | PofStreamReader |
Construct a POF parser.
|
![]() | PofStreamReader(DataReader, IPofContext) |
Construct a POF parser that will pull values from the specified
stream.
|
Name | Description | |
---|---|---|
![]() | ParentParser |
If this parser is contextually within a user type, obtain the
parser which created this parser in order to parse the user type.
|
![]() | PofContext |
Gets or sets the IPofContext object used by this
PofStreamReader to deserialize user types from a POF
stream.
|
![]() | UserTypeId |
Gets the user type that is currently being parsed.
|
![]() | VersionId |
Gets the version identifier of the user type that is currently
being parsed.
|
Name | Description | |
---|---|---|
![]() | AdvanceTo |
Advance through the POF stream until the specified property is
found.
|
![]() | Complete |
Register the completion of the parsing of a value.
|
![]() | CreateNestedPofReader |
Obtain a PofReader that can be used to read a set of properties from a
single property of the current user type. The returned PofReader is
only valid from the time that it is returned until the next call is
made to this PofReader.
|
![]() | EnsureReferenceRegistry |
Obtain the registry for identity-reference pairs, creating it if
necessary.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LookupIdentity |
Look up the specified identity and return the object to which it
refers.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadArray(Int32) |
Read an array of object values.
|
![]() | ReadArray(Int32, Array) |
Read an array of object values.
|
![]() | ReadAsArray |
Read a POF value as a typed object array.
|
![]() | ReadAsObject |
Read a POF value as an Object.
|
![]() | ReadAsUniformObject |
Read a POF value in a uniform array/map as an Object.
|
![]() | ReadBinary(Int32) |
Read a Binary from the POF stream.
|
![]() ![]() | ReadBinary(DataReader) |
Read a Binary object from the specified
DataReader in an optimal way.
|
![]() | ReadBoolean |
Read a Boolean property from the POF stream.
|
![]() | ReadBooleanArray |
Read a Boolean[] property from the POF stream.
|
![]() | ReadByte |
Read a Byte property from the POF stream.
|
![]() | ReadByteArray |
Read a Byte[] property from the POF stream.
|
![]() | ReadChar |
Read a Char property from the POF stream.
|
![]() | ReadCharArray |
Read a Char[] property from the POF stream.
|
![]() | ReadCollection(Int32, ICollection) |
Read an ICollection of object values from the POF stream.
|
![]() | ReadCollectionT(Int32, ICollectionT) |
Read a generic ICollection<T> of object values from
the POF stream.
|
![]() | ReadDate |
Read a DateTime property from the POF stream.
|
![]() | ReadDateTime |
Read a DateTime property from the POF stream.
|
![]() | ReadDayTimeInterval |
Reads a TimeSpan from the POF stream.
|
![]() | ReadDecimal |
Read a Decimal from the POF stream.
|
![]() | ReadDictionary(Int32, IDictionary) |
Read an IDictionary of key/value pairs from the POF stream.
|
![]() | ReadDictionaryTKey, TValue(Int32, IDictionaryTKey, TValue) |
Read a generic IDictionary<TKey, TValue> of
key/value pairs from the POF stream.
|
![]() | ReadDouble |
Read a Double property from the POF stream.
|
![]() | ReadDoubleArray |
Read a Double[] property from the POF stream.
|
![]() | ReadInt16 |
Read an Int16 property from the POF stream.
|
![]() | ReadInt16Array |
Read an Int16[] property from the POF stream.
|
![]() | ReadInt32 |
Read an Int32 property from the POF stream.
|
![]() | ReadInt32Array |
Read an Int32[] property from the POF stream.
|
![]() | ReadInt64 |
Read an Int64 property from the POF stream.
|
![]() | ReadInt64Array |
Read an Int64[] property from the POF stream.
|
![]() | ReadLocalDateTime |
Read a DateTime property from the POF stream.
|
![]() | ReadLongArray |
Read an ILongArray of object values.
|
![]() | ReadObject |
Read a property of any type, including a user type, from the POF
stream.
|
![]() | ReadRawDateTime |
Read a RawDateTime from the POF stream.
|
![]() | ReadRawInt128 |
Read an RawInt128 property from the POF stream.
|
![]() | ReadRawTime |
Read a RawTime property from the POF stream.
|
![]() | ReadRawYearMonthInterval |
Read a year-month interval from the POF stream.
|
![]() | ReadRemainder |
Read all remaining indexed properties of the current user type
from the POF stream.
|
![]() | ReadSingle |
Read a Single property from the POF stream.
|
![]() | ReadSingleArray |
Read a Single[] property from the POF stream.
|
![]() | ReadString |
Read a String property from the POF stream.
|
![]() | ReadTimeInterval |
Reads a TimeSpan from the POF stream.
|
![]() | ReadUniversalDateTime |
Read a DateTime property from the POF stream.
|
![]() | RegisterIdentity(Object) |
Register an identity for a newly created user type instance.
|
![]() | RegisterIdentity(Int32, Object) |
Register the passed value with the passed identity.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | m_ctx |
The IPofContext to use to realize user data types
as .NET objects.
|
![]() | m_reader |
The DataReader containing the POF stream.
|
![]() | m_referenceMap |
Lazily-constructed mapping of identities to references.
|