[]
Returns the length of the stream. This will cause all the data to be read. This method will block until all the data is read, which can be lengthy across the network.
public virtual int length()
Type | Description |
---|---|
int | The length of the stream, in bytes. |