Package com.stimulsoft.lib.io
Class StiIOUtil
java.lang.Object
com.stimulsoft.lib.io.StiIOUtil
Copyright Stimulsoft
-
Method Summary
Modifier and TypeMethodDescriptionstatic longcopy(InputStream input, OutputStream output) static StiLineIteratorlineIterator(InputStream input) static InputStreamprint(InputStream input) static byte[]static InputStreamtoInputStream(String string) static StringtoString(InputStream input) static Stringstatic StringBuffertoStringBuffer(InputStream input) static voidwrite(String data, OutputStream output) static longwriteInputStream(OutputStream out, InputStream input) static voidwriteString(OutputStream os, String value)
-
Method Details
-
writeInputStream
- Throws:
IOException
-
print
- Throws:
IOException
-
toInputStream
- Throws:
IOException
-
toStringBuffer
- Throws:
IOException
-
toString
- Throws:
IOException
-
toString
- Throws:
IOException
-
writeString
- Throws:
IOException
-
write
- Throws:
IOException
-
copy
- Throws:
IOException
-
lineIterator
- Throws:
IOException
-
toByteArray
- Throws:
IOException
-