Method WriteTo
WriteTo(DataOutput)
Copy the current contents of this buffer to the named output.
Declaration
public virtual void WriteTo(DataOutput out)
Parameters
Type | Name | Description |
---|---|---|
DataOutput | out |
WriteTo(Byte[], Int32)
Copy the current contents of this buffer to output byte array
Declaration
public virtual void WriteTo(byte[] bytes, int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bytes | |
System.Int32 | offset |