Name | Description | |
---|---|---|
![]() | Length | Returns the length of the stream. |
![]() | Position | Returns the current position within the stream. |
![]() | Strings | Returns the cache of unique string values tht have been written |
The following tables list the members exposed by IFieldWriter.
Name | Description | |
---|---|---|
![]() | Length | Returns the length of the stream. |
![]() | Position | Returns the current position within the stream. |
![]() | Strings | Returns the cache of unique string values tht have been written |
Name | Description | |
---|---|---|
![]() | Commit | Ensure that all pending state changes are committed. |
![]() | Rollback | Rollback any pending state changes that have not been committed |
![]() | ToArray | This is a helper method for unit testing. It only works for the case the underlying stream is a MemoryStream. |
![]() | Write | Overloaded. Write an object to the stream as its serializable type |