public class StreamingUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Optional<Long> |
determineStreamLength(InputStream stream)
Try to automatically determine the length of an InputStream.
|
public static Optional<Long> determineStreamLength(InputStream stream)
stream - - the stream to check for content lengthCopyright © 2025 MuleSoft, Inc.. All rights reserved.