Verifying the number of bytes actually read
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
You can verify the number of bytes actually read by
the READ( ) method. The number of bytes
read by the last READ( ) method invoked
on a socket object is equal to the value of the BYTES-READ attribute
invoked on the same socket object.