TransportCursor
object represents a cursor that can read and buffer data from an underlying transport. If the number of bytes read from the cursor is more than required for the HTTP request then those bytes can be pushed back in to the cursor using the reset
method. This will only allow the last read to be reset within the cursor safely.
@author Niall Gallagher
@see org.simpleframework.transport.Transport
|
|
|
|