public class PartImpl extends Object implements Request.Part
| Constructor and Description | 
|---|
| PartImpl(InputStream inputStream,
        String fileName) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFileName() | 
| InputStream | getInputStream() | 
public PartImpl(InputStream inputStream, String fileName)
public InputStream getInputStream()
getInputStream in interface Request.Partpublic String getFileName()
getFileName in interface Request.PartCopyright © 2009–2016 SonarSource. All rights reserved.