Overview | Methods | This Package | All Packages
Reads all data from the current position to the end of this stream.
Syntax
public byte[] readToEnd()
Return Value
Returns a byte array containing the data that was read.
Remarks
This method implements the IDataStream.readToEnd method.