Overload | Description |
---|---|
FieldReader Constructor(Stream,UniqueStringList,Int32,Int32) | Initialize a FieldReader to read the specified stream using the provided encoding for strings. Also, share state with the specified parent reader. |
FieldReader Constructor(Stream) | Initialize a FieldReader to read the specified stream using the provided encoding for strings. |
FieldReader Constructor(Byte[]) | Initialize a FieldReader to read the specified data using the default encoding for strings. |
FieldReader Constructor(Byte[],UniqueStringList) | Initialize a FieldReader to read the specified data using the default encoding for strings. Also, share state with the specified parent reader. |