Method CopyFrom
CopyFrom(FastBufferWriter)
Copy the contents of another writer into this writer. The contents will be copied from the beginning of the other writer to its current position. They will be copied to this writer starting at this writer's current position.
Declaration
public void CopyFrom(FastBufferWriter other)
Parameters
Type | Name | Description |
---|---|---|
FastBufferWriter | other | Writer to copy to |