AppserverIo\Appserver\ServletEngine\Http\Part::getInputStream PHP Method

getInputStream() public method

Gets the content of this part as an InputStream
public getInputStream ( ) : resource
return resource The content of this part as an InputStream
    public function getInputStream()
    {
        return $this->inputStream;
    }