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