java.lang.Object
pro.verron.officestamper.test.IOStreams
IOStreams class.
- Since:
- 1.6.5
- Version:
- ${version}
- Author:
- Joseph Verron
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputStream
getInputStream.static OutputStream
getOutputStream.
-
Constructor Details
-
IOStreams
public IOStreams()
-
-
Method Details
-
getOutputStream
getOutputStream.
- Returns:
- a
OutputStream
object - Throws:
IOException
- if any.- Since:
- 1.6.6
-
getInputStream
getInputStream.
- Parameters:
out
- aOutputStream
object- Returns:
- a
InputStream
object - Since:
- 1.6.6
-