AppserverIo\Appserver\ServletEngine\Http\Part::getInputStream PHP Метод

getInputStream() публичный Метод

Gets the content of this part as an InputStream
public getInputStream ( ) : resource
Результат resource The content of this part as an InputStream
    public function getInputStream()
    {
        return $this->inputStream;
    }