Package io.bdeploy.jersey
Class JerseyStreamingHelper
java.lang.Object
io.bdeploy.jersey.JerseyStreamingHelper
Handles reading/writing of large data streams while tracking progress.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstreamWithProgress(ActivityReporter reporter, JerseyStreamingHelper.StreamDirection direction, InputStream in, OutputStream out, long length)
-
Constructor Details
-
JerseyStreamingHelper
public JerseyStreamingHelper()
-
-
Method Details
-
streamWithProgress
public static void streamWithProgress(ActivityReporter reporter, JerseyStreamingHelper.StreamDirection direction, InputStream in, OutputStream out, long length) throws IOException - Throws:
IOException
-