Detailed Description
provides an OutputStream to share usage
Inheritance diagram for fiftyone.pipeline.engines.services.DataUploader:
Public Member Functions | |
| OutputStream | getOutputStream () throws Exception |
| returns an OutputStream through which data may be uploaded | |
| int | getResponseCode () throws IOException |
Member Function Documentation
◆ getOutputStream()
| OutputStream fiftyone.pipeline.engines.services.DataUploader.getOutputStream | ( | ) | throws Exception |
returns an OutputStream through which data may be uploaded
Implemented in fiftyone.pipeline.engines.services.DataUploaderHttp.
◆ getResponseCode()
| int fiftyone.pipeline.engines.services.DataUploader.getResponseCode | ( | ) | throws IOException |
- Returns
- 200 for success
Implemented in fiftyone.pipeline.engines.services.DataUploaderHttp.
