Package org.apache.dubbo.common.io
Class StreamUtils
java.lang.Object
org.apache.dubbo.common.io.StreamUtils
Stream utils.
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamlimitedInputStream(InputStream is, int limit) static InputStreamstatic InputStreammarkSupportedInputStream(InputStream is, int markBufferSize) static void
-
Method Details
-
limitedInputStream
- Throws:
IOException
-
markSupportedInputStream
-
markSupportedInputStream
-
skipUnusedStream
- Throws:
IOException
-